Class: ChargeBee::LedgerEntry

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

Instance Attribute Summary collapse

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_balanceObject

Returns the value of attribute account_end_balance.



4
5
6
# File 'lib/chargebee/models/ledger_entry.rb', line 4

def 
  @account_end_balance
end

#account_start_balanceObject

Returns the value of attribute account_start_balance.



4
5
6
# File 'lib/chargebee/models/ledger_entry.rb', line 4

def 
  @account_start_balance
end

#account_typeObject

Returns the value of attribute account_type.



4
5
6
# File 'lib/chargebee/models/ledger_entry.rb', line 4

def 
  @account_type
end

#amountObject

Returns the value of attribute amount.



4
5
6
# File 'lib/chargebee/models/ledger_entry.rb', line 4

def amount
  @amount
end

#created_atObject

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_balanceObject

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_idObject

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_balanceObject

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

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/chargebee/models/ledger_entry.rb', line 4

def id
  @id
end

#ledger_operation_idObject

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_atObject

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_idObject

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

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/chargebee/models/ledger_entry.rb', line 4

def type
  @type
end

#unit_idObject

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_typeObject

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