Class: ChargeBee::Order::ResentOrder
- Defined in:
- lib/chargebee/models/order.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#order_id ⇒ Object
Returns the value of attribute order_id.
-
#reason ⇒ Object
Returns the value of attribute reason.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #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
#amount ⇒ Object
Returns the value of attribute amount.
29 30 31 |
# File 'lib/chargebee/models/order.rb', line 29 def amount @amount end |
#order_id ⇒ Object
Returns the value of attribute order_id.
29 30 31 |
# File 'lib/chargebee/models/order.rb', line 29 def order_id @order_id end |
#reason ⇒ Object
Returns the value of attribute reason.
29 30 31 |
# File 'lib/chargebee/models/order.rb', line 29 def reason @reason end |