Class: Billogram::Bookkeeping

Inherits:
Resource
  • Object
show all
Defined in:
lib/billogram/resources/bookkeeping.rb

Constant Summary

Constants inherited from Resource

Resource::DEFAULT_OPTIONS

Instance Attribute Summary collapse

Attributes inherited from Resource

#data

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_accountObject

Returns the value of attribute income_account.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @income_account
end

#vat_accountObject

Returns the value of attribute vat_account.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @vat_account
end