Class: Fortnox::VoucherFileConnection
- Defined in:
- lib/fortnox/resources/voucher_file_connection.rb
Instance Attribute Summary collapse
-
#file_id ⇒ Object
Returns the value of attribute file_id.
-
#voucher_description ⇒ Object
Returns the value of attribute voucher_description.
-
#voucher_number ⇒ Object
Returns the value of attribute voucher_number.
-
#voucher_series ⇒ Object
Returns the value of attribute voucher_series.
-
#voucher_year ⇒ Object
Returns the value of attribute voucher_year.
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_id ⇒ Object
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_description ⇒ Object
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_number ⇒ Object
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_series ⇒ Object
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_year ⇒ Object
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 |