Class: CirroIOV2::Responses::GigTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::GigTaskResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#base_price ⇒ Object
Returns the value of attribute base_price.
-
#id ⇒ Object
Returns the value of attribute id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#title ⇒ Object
Returns the value of attribute title.
Method Summary
Methods included from Base
Instance Attribute Details
#base_price ⇒ Object
Returns the value of attribute base_price
96 97 98 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 96 def base_price @base_price end |
#id ⇒ Object
Returns the value of attribute id
96 97 98 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 96 def id @id end |
#object ⇒ Object
Returns the value of attribute object
96 97 98 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 96 def object @object end |
#title ⇒ Object
Returns the value of attribute title
96 97 98 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 96 def title @title end |