Class: GitHubApi::SSHPublicKey
- Inherits:
-
Struct
- Object
- Struct
- GitHubApi::SSHPublicKey
- Defined in:
- lib/git_hub_api.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/git_hub_api.rb', line 11 def id @id end |
#key ⇒ Object
Returns the value of attribute key
11 12 13 |
# File 'lib/git_hub_api.rb', line 11 def key @key end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/git_hub_api.rb', line 11 def name @name end |