Class: CirroIOV2::Responses::PayoutResponse

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

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



123
124
125
# File 'lib/cirro_io_v2/responses/responses.rb', line 123

def amount
  @amount
end

#billing_dateObject

Returns the value of attribute billing_date

Returns:

  • (Object)

    the current value of billing_date



123
124
125
# File 'lib/cirro_io_v2/responses/responses.rb', line 123

def billing_date
  @billing_date
end

#cost_center_dataObject

Returns the value of attribute cost_center_data

Returns:

  • (Object)

    the current value of 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_keyObject

Returns the value of attribute cost_center_key

Returns:

  • (Object)

    the current value of cost_center_key



123
124
125
# File 'lib/cirro_io_v2/responses/responses.rb', line 123

def cost_center_key
  @cost_center_key
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



123
124
125
# File 'lib/cirro_io_v2/responses/responses.rb', line 123

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



123
124
125
# File 'lib/cirro_io_v2/responses/responses.rb', line 123

def id
  @id
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



123
124
125
# File 'lib/cirro_io_v2/responses/responses.rb', line 123

def object
  @object
end

#reference_idObject

Returns the value of attribute reference_id

Returns:

  • (Object)

    the current value of reference_id



123
124
125
# File 'lib/cirro_io_v2/responses/responses.rb', line 123

def reference_id
  @reference_id
end

#reference_typeObject

Returns the value of attribute reference_type

Returns:

  • (Object)

    the current value of reference_type



123
124
125
# File 'lib/cirro_io_v2/responses/responses.rb', line 123

def reference_type
  @reference_type
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



123
124
125
# File 'lib/cirro_io_v2/responses/responses.rb', line 123

def title
  @title
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



123
124
125
# File 'lib/cirro_io_v2/responses/responses.rb', line 123

def user_id
  @user_id
end