Class: Fortnox::VoucherSeries
- Defined in:
- lib/fortnox/resources/voucher_series.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#description ⇒ Object
Returns the value of attribute description.
-
#manual ⇒ Object
Returns the value of attribute manual.
-
#next_voucher_number ⇒ Object
Returns the value of attribute next_voucher_number.
-
#year ⇒ Object
Returns the value of attribute 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
#code ⇒ Object
Returns the value of attribute code.
3 4 5 |
# File 'lib/fortnox/resources/voucher_series.rb', line 3 def code @code end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/fortnox/resources/voucher_series.rb', line 3 def description @description end |
#manual ⇒ Object
Returns the value of attribute manual.
3 4 5 |
# File 'lib/fortnox/resources/voucher_series.rb', line 3 def manual @manual end |
#next_voucher_number ⇒ Object
Returns the value of attribute next_voucher_number.
3 4 5 |
# File 'lib/fortnox/resources/voucher_series.rb', line 3 def next_voucher_number @next_voucher_number end |
#year ⇒ Object
Returns the value of attribute year.
3 4 5 |
# File 'lib/fortnox/resources/voucher_series.rb', line 3 def year @year end |