Class: Fortnox::FinancialYear
- Defined in:
- lib/fortnox/resources/financial_year.rb
Instance Attribute Summary collapse
-
#account_chart_type ⇒ Object
Returns the value of attribute account_chart_type.
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#to_date ⇒ Object
Returns the value of attribute to_date.
Method Summary
Methods inherited from Resource
build_objects, create, #endpoint, endpoint, fetch, #initialize, perform_request, relation, relations, search, #to_hash, #to_json, #update
Constructor Details
This class inherits a constructor from Fortnox::Resource
Instance Attribute Details
#account_chart_type ⇒ Object
Returns the value of attribute account_chart_type.
3 4 5 |
# File 'lib/fortnox/resources/financial_year.rb', line 3 def account_chart_type @account_chart_type end |
#from_date ⇒ Object
Returns the value of attribute from_date.
3 4 5 |
# File 'lib/fortnox/resources/financial_year.rb', line 3 def from_date @from_date end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/fortnox/resources/financial_year.rb', line 3 def id @id end |
#to_date ⇒ Object
Returns the value of attribute to_date.
3 4 5 |
# File 'lib/fortnox/resources/financial_year.rb', line 3 def to_date @to_date end |