Class: GitHubApi::Repository::SSHPublicKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/git_hub_api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



52
53
54
# File 'lib/git_hub_api.rb', line 52

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



52
53
54
# File 'lib/git_hub_api.rb', line 52

def name
  @name
end