Class: Fortnox::VoucherFileConnection

Inherits:
Resource
  • Object
show all
Defined in:
lib/fortnox/resources/voucher_file_connection.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

#file_idObject

Returns the value of attribute file_id.



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

def file_id
  @file_id
end

#voucher_descriptionObject

Returns the value of attribute voucher_description.



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

def voucher_description
  @voucher_description
end

#voucher_numberObject

Returns the value of attribute voucher_number.



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

def voucher_number
  @voucher_number
end

#voucher_seriesObject

Returns the value of attribute voucher_series.



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

def voucher_series
  @voucher_series
end

#voucher_yearObject

Returns the value of attribute voucher_year.



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

def voucher_year
  @voucher_year
end