Class: CirroIOV2::Responses::GigTaskResponse

Inherits:
Struct
  • Object
show all
Includes:
Base
Defined in:
lib/cirro_io_v2/responses/responses.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#initialize

Instance Attribute Details

#base_priceObject

Returns the value of attribute base_price

Returns:

  • (Object)

    the current value of base_price



96
97
98
# File 'lib/cirro_io_v2/responses/responses.rb', line 96

def base_price
  @base_price
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



96
97
98
# File 'lib/cirro_io_v2/responses/responses.rb', line 96

def id
  @id
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



96
97
98
# File 'lib/cirro_io_v2/responses/responses.rb', line 96

def object
  @object
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



96
97
98
# File 'lib/cirro_io_v2/responses/responses.rb', line 96

def title
  @title
end