Class: GitHubApi::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



11
12
13
# File 'lib/git_hub_api.rb', line 11

def id
  @id
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



11
12
13
# File 'lib/git_hub_api.rb', line 11

def key
  @key
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/git_hub_api.rb', line 11

def name
  @name
end