def primary_key_id : Int64
#
struct Octokit::Models::GPGKey
- Octokit::Models::GPGKey
- Struct
- Value
- Object
Defined in:
octokit/models/user_gpg_keys.crConstructors
- .new(id : Int64, primary_key_id : Int64, key_id : String, public_key : String, emails : Array(GPGEmail), subkeys : Array(GPGKey), can_sign : Bool, can_encrypt_coms : Bool, can_encrypt_storage : Bool, can_certify : Bool, created_at : Time, expires_at : String)
- .new(__temp_4640 : JSON::PullParser)
Instance Method Summary
- #can_certify : Bool
- #can_certify=(_can_certify : Bool)
- #can_encrypt_coms : Bool
- #can_encrypt_coms=(_can_encrypt_coms : Bool)
- #can_encrypt_storage : Bool
- #can_encrypt_storage=(_can_encrypt_storage : Bool)
- #can_sign : Bool
- #can_sign=(_can_sign : Bool)
- #created_at : Time
- #created_at=(_created_at : Time)
- #emails : Array(GPGEmail)
- #emails=(_emails : Array(GPGEmail))
- #expires_at : String
- #expires_at=(_expires_at : String)
- #id : Int64
- #id=(_id : Int64)
- #key_id : String
- #key_id=(_key_id : String)
- #primary_key_id : Int64
- #primary_key_id=(_primary_key_id : Int64)
- #public_key : String
- #public_key=(_public_key : String)
- #subkeys : Array(GPGKey)
- #subkeys=(_subkeys : Array(GPGKey))
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(id : Int64, primary_key_id : Int64, key_id : String, public_key : String, emails : Array(GPGEmail), subkeys : Array(GPGKey), can_sign : Bool, can_encrypt_coms : Bool, can_encrypt_storage : Bool, can_certify : Bool, created_at : Time, expires_at : String)
#