Class: Firebrigade::API::Version

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

Overview

A Version contains the version information for a Project.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



75
76
77
# File 'lib/firebrigade/api.rb', line 75

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



75
76
77
# File 'lib/firebrigade/api.rb', line 75

def name
  @name
end

#project_idObject

Returns the value of attribute project_id

Returns:

  • (Object)

    the current value of project_id



75
76
77
# File 'lib/firebrigade/api.rb', line 75

def project_id
  @project_id
end