Class: Firebrigade::API::Owner

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

Overview

An Owner contains information on a Project’s owner. (A project in seattlerb’s firebrigade.)

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



59
60
61
# File 'lib/firebrigade/api.rb', line 59

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



59
60
61
# File 'lib/firebrigade/api.rb', line 59

def name
  @name
end