Class: ChargeBee::Order::ResentOrder

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/order.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #to_s, uri_path

Constructor Details

This class inherits a constructor from ChargeBee::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ChargeBee::Model

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



29
30
31
# File 'lib/chargebee/models/order.rb', line 29

def amount
  @amount
end

#order_idObject

Returns the value of attribute order_id.



29
30
31
# File 'lib/chargebee/models/order.rb', line 29

def order_id
  @order_id
end

#reasonObject

Returns the value of attribute reason.



29
30
31
# File 'lib/chargebee/models/order.rb', line 29

def reason
  @reason
end