Class: Billogram::Bookkeeping
- Defined in:
- lib/billogram/resources/bookkeeping.rb
Constant Summary
Constants inherited from Resource
Instance Attribute Summary collapse
-
#income_account ⇒ Object
Returns the value of attribute income_account.
-
#vat_account ⇒ Object
Returns the value of attribute vat_account.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
endpoint, fetch, #initialize, parse_response, relation, relations, search
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
#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 |
#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 |