Class: CirroIOV2::Responses::PayoutResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::PayoutResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#billing_date ⇒ Object
Returns the value of attribute billing_date.
-
#cost_center_data ⇒ Object
Returns the value of attribute cost_center_data.
-
#cost_center_key ⇒ Object
Returns the value of attribute cost_center_key.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#reference_id ⇒ Object
Returns the value of attribute reference_id.
-
#reference_type ⇒ Object
Returns the value of attribute reference_type.
-
#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
#amount ⇒ Object
Returns the value of attribute amount
123 124 125 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 123 def amount @amount end |
#billing_date ⇒ Object
Returns the value of attribute billing_date
123 124 125 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 123 def billing_date @billing_date end |
#cost_center_data ⇒ Object
Returns the value of attribute cost_center_data
123 124 125 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 123 def cost_center_data @cost_center_data end |
#cost_center_key ⇒ Object
Returns the value of attribute cost_center_key
123 124 125 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 123 def cost_center_key @cost_center_key end |
#description ⇒ Object
Returns the value of attribute description
123 124 125 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 123 def description @description end |
#id ⇒ Object
Returns the value of attribute id
123 124 125 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 123 def id @id end |
#object ⇒ Object
Returns the value of attribute object
123 124 125 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 123 def object @object end |
#reference_id ⇒ Object
Returns the value of attribute reference_id
123 124 125 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 123 def reference_id @reference_id end |
#reference_type ⇒ Object
Returns the value of attribute reference_type
123 124 125 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 123 def reference_type @reference_type end |
#title ⇒ Object
Returns the value of attribute title
123 124 125 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 123 def title @title end |
#user_id ⇒ Object
Returns the value of attribute user_id
123 124 125 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 123 def user_id @user_id end |