Class: CirroIOV2::Responses::GigResultResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::GigResultResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#cost_center_data ⇒ Object
Returns the value of attribute cost_center_data.
-
#cost_center_key ⇒ Object
Returns the value of attribute cost_center_key.
-
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#gig_task_id ⇒ Object
Returns the value of attribute gig_task_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#multiplier ⇒ Object
Returns the value of attribute multiplier.
-
#object ⇒ Object
Returns the value of attribute object.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#title ⇒ Object
Returns the value of attribute title.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Method Summary
Methods included from Base
Instance Attribute Details
#cost_center_data ⇒ Object
Returns the value of attribute cost_center_data
108 109 110 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 108 def cost_center_data @cost_center_data end |
#cost_center_key ⇒ Object
Returns the value of attribute cost_center_key
108 109 110 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 108 def cost_center_key @cost_center_key end |
#delivery_date ⇒ Object
Returns the value of attribute delivery_date
108 109 110 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 108 def delivery_date @delivery_date end |
#description ⇒ Object
Returns the value of attribute description
108 109 110 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 108 def description @description end |
#gig_task_id ⇒ Object
Returns the value of attribute gig_task_id
108 109 110 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 108 def gig_task_id @gig_task_id end |
#id ⇒ Object
Returns the value of attribute id
108 109 110 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 108 def id @id end |
#multiplier ⇒ Object
Returns the value of attribute multiplier
108 109 110 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 108 def multiplier @multiplier end |
#object ⇒ Object
Returns the value of attribute object
108 109 110 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 108 def object @object end |
#quantity ⇒ Object
Returns the value of attribute quantity
108 109 110 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 108 def quantity @quantity end |
#title ⇒ Object
Returns the value of attribute title
108 109 110 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 108 def title @title end |
#user_id ⇒ Object
Returns the value of attribute user_id
108 109 110 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 108 def user_id @user_id end |