Class: ChargeBee::InstallmentDetail::Installment
- Defined in:
- lib/chargebee/models/installment_detail.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#date ⇒ Object
Returns the value of attribute date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
-
#resource_version ⇒ Object
Returns the value of attribute resource_version.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
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.
5 6 7 |
# File 'lib/chargebee/models/installment_detail.rb', line 5 def amount @amount end |
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/chargebee/models/installment_detail.rb', line 5 def created_at @created_at end |
#date ⇒ Object
Returns the value of attribute date.
5 6 7 |
# File 'lib/chargebee/models/installment_detail.rb', line 5 def date @date end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/chargebee/models/installment_detail.rb', line 5 def id @id end |
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
5 6 7 |
# File 'lib/chargebee/models/installment_detail.rb', line 5 def invoice_id @invoice_id end |
#resource_version ⇒ Object
Returns the value of attribute resource_version.
5 6 7 |
# File 'lib/chargebee/models/installment_detail.rb', line 5 def resource_version @resource_version end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/chargebee/models/installment_detail.rb', line 5 def status @status end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
5 6 7 |
# File 'lib/chargebee/models/installment_detail.rb', line 5 def updated_at @updated_at end |