Class: Fortnox::FinancialYear

Inherits:
Resource
  • Object
show all
Defined in:
lib/fortnox/resources/financial_year.rb

Instance Attribute Summary collapse

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_typeObject

Returns the value of attribute account_chart_type.



3
4
5
# File 'lib/fortnox/resources/financial_year.rb', line 3

def 
  @account_chart_type
end

#from_dateObject

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

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/fortnox/resources/financial_year.rb', line 3

def id
  @id
end

#to_dateObject

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