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