Class: Firebrigade::API::Project

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

Overview

A Project contains information about a project. (A gem 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



65
66
67
# File 'lib/firebrigade/api.rb', line 65

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



65
66
67
# File 'lib/firebrigade/api.rb', line 65

def name
  @name
end

#owner_idObject

Returns the value of attribute owner_id

Returns:

  • (Object)

    the current value of owner_id



65
66
67
# File 'lib/firebrigade/api.rb', line 65

def owner_id
  @owner_id
end