Class: ChargeBee::LedgerEntry
- Defined in:
- lib/chargebee/models/ledger_entry.rb
Instance Attribute Summary collapse
-
#account_end_balance ⇒ Object
Returns the value of attribute account_end_balance.
-
#account_start_balance ⇒ Object
Returns the value of attribute account_start_balance.
-
#account_type ⇒ Object
Returns the value of attribute account_type.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#grant_block_end_balance ⇒ Object
Returns the value of attribute grant_block_end_balance.
-
#grant_block_id ⇒ Object
Returns the value of attribute grant_block_id.
-
#grant_block_start_balance ⇒ Object
Returns the value of attribute grant_block_start_balance.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ledger_operation_id ⇒ Object
Returns the value of attribute ledger_operation_id.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
-
#type ⇒ Object
Returns the value of attribute type.
-
#unit_id ⇒ Object
Returns the value of attribute unit_id.
-
#unit_type ⇒ Object
Returns the value of attribute unit_type.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #respond_to_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
#account_end_balance ⇒ Object
Returns the value of attribute account_end_balance.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def account_end_balance @account_end_balance end |
#account_start_balance ⇒ Object
Returns the value of attribute account_start_balance.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def account_start_balance @account_start_balance end |
#account_type ⇒ Object
Returns the value of attribute account_type.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def account_type @account_type end |
#amount ⇒ Object
Returns the value of attribute amount.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def amount @amount end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def created_at @created_at end |
#grant_block_end_balance ⇒ Object
Returns the value of attribute grant_block_end_balance.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def grant_block_end_balance @grant_block_end_balance end |
#grant_block_id ⇒ Object
Returns the value of attribute grant_block_id.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def grant_block_id @grant_block_id end |
#grant_block_start_balance ⇒ Object
Returns the value of attribute grant_block_start_balance.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def grant_block_start_balance @grant_block_start_balance end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def id @id end |
#ledger_operation_id ⇒ Object
Returns the value of attribute ledger_operation_id.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def ledger_operation_id @ledger_operation_id end |
#modified_at ⇒ Object
Returns the value of attribute modified_at.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def modified_at @modified_at end |
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def subscription_id @subscription_id end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def type @type end |
#unit_id ⇒ Object
Returns the value of attribute unit_id.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def unit_id @unit_id end |
#unit_type ⇒ Object
Returns the value of attribute unit_type.
4 5 6 |
# File 'lib/chargebee/models/ledger_entry.rb', line 4 def unit_type @unit_type end |