Class: Billogram::Bookkeeping
- Defined in:
- lib/billogram/resources/bookkeeping.rb
Instance Attribute Summary collapse
-
#account_receivable_account ⇒ Object
Returns the value of attribute account_receivable_account.
-
#banking_account ⇒ Object
Returns the value of attribute banking_account.
-
#client_funds_account ⇒ Object
Returns the value of attribute client_funds_account.
-
#factoring_receivable_account ⇒ Object
Returns the value of attribute factoring_receivable_account.
-
#income_account ⇒ Object
Returns the value of attribute income_account.
-
#income_account_for_vat_0 ⇒ Object
Returns the value of attribute income_account_for_vat_0.
-
#income_account_for_vat_12 ⇒ Object
Returns the value of attribute income_account_for_vat_12.
-
#income_account_for_vat_25 ⇒ Object
Returns the value of attribute income_account_for_vat_25.
-
#income_account_for_vat_6 ⇒ Object
Returns the value of attribute income_account_for_vat_6.
-
#interest_fee_account ⇒ Object
Returns the value of attribute interest_fee_account.
-
#reminder_fee_account ⇒ Object
Returns the value of attribute reminder_fee_account.
-
#reversed_vat_account ⇒ Object
Returns the value of attribute reversed_vat_account.
-
#rounding_account ⇒ Object
Returns the value of attribute rounding_account.
-
#vat_account ⇒ Object
Returns the value of attribute vat_account.
-
#vat_account_for_vat_12 ⇒ Object
Returns the value of attribute vat_account_for_vat_12.
-
#vat_account_for_vat_25 ⇒ Object
Returns the value of attribute vat_account_for_vat_25.
-
#vat_account_for_vat_6 ⇒ Object
Returns the value of attribute vat_account_for_vat_6.
Method Summary
Methods inherited from Resource
build_objects, #initialize, relation, relations, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
#account_receivable_account ⇒ Object
Returns the value of attribute account_receivable_account.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def account_receivable_account @account_receivable_account end |
#banking_account ⇒ Object
Returns the value of attribute banking_account.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def banking_account @banking_account end |
#client_funds_account ⇒ Object
Returns the value of attribute client_funds_account.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def client_funds_account @client_funds_account end |
#factoring_receivable_account ⇒ Object
Returns the value of attribute factoring_receivable_account.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def factoring_receivable_account @factoring_receivable_account end |
#income_account ⇒ Object
Returns the value of attribute income_account.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def income_account @income_account end |
#income_account_for_vat_0 ⇒ Object
Returns the value of attribute income_account_for_vat_0.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def income_account_for_vat_0 @income_account_for_vat_0 end |
#income_account_for_vat_12 ⇒ Object
Returns the value of attribute income_account_for_vat_12.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def income_account_for_vat_12 @income_account_for_vat_12 end |
#income_account_for_vat_25 ⇒ Object
Returns the value of attribute income_account_for_vat_25.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def income_account_for_vat_25 @income_account_for_vat_25 end |
#income_account_for_vat_6 ⇒ Object
Returns the value of attribute income_account_for_vat_6.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def income_account_for_vat_6 @income_account_for_vat_6 end |
#interest_fee_account ⇒ Object
Returns the value of attribute interest_fee_account.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def interest_fee_account @interest_fee_account end |
#reminder_fee_account ⇒ Object
Returns the value of attribute reminder_fee_account.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def reminder_fee_account @reminder_fee_account end |
#reversed_vat_account ⇒ Object
Returns the value of attribute reversed_vat_account.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def reversed_vat_account @reversed_vat_account end |
#rounding_account ⇒ Object
Returns the value of attribute rounding_account.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def rounding_account @rounding_account end |
#vat_account ⇒ Object
Returns the value of attribute vat_account.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def vat_account @vat_account end |
#vat_account_for_vat_12 ⇒ Object
Returns the value of attribute vat_account_for_vat_12.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def vat_account_for_vat_12 @vat_account_for_vat_12 end |
#vat_account_for_vat_25 ⇒ Object
Returns the value of attribute vat_account_for_vat_25.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def vat_account_for_vat_25 @vat_account_for_vat_25 end |
#vat_account_for_vat_6 ⇒ Object
Returns the value of attribute vat_account_for_vat_6.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping.rb', line 3 def vat_account_for_vat_6 @vat_account_for_vat_6 end |