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.
Method Summary
Methods inherited from Resource
build_objects, create, delete, #delete, endpoint, #endpoint, fetch, #initialize, #perform_request, perform_request, relation, relations, search, #to_json, #update, update
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 |