Class: Fortnox::ContractTemplate
- Defined in:
- lib/fortnox/resources/contract_template.rb
Instance Attribute Summary collapse
-
#administration_fee ⇒ Object
Returns the value of attribute administration_fee.
-
#continuous ⇒ Object
Returns the value of attribute continuous.
-
#contract_length ⇒ Object
Returns the value of attribute contract_length.
-
#freight ⇒ Object
Returns the value of attribute freight.
-
#invoice_interval ⇒ Object
Returns the value of attribute invoice_interval.
-
#invoice_rows ⇒ Object
Returns the value of attribute invoice_rows.
-
#our_reference ⇒ Object
Returns the value of attribute our_reference.
-
#print_template ⇒ Object
Returns the value of attribute print_template.
-
#remarks ⇒ Object
Returns the value of attribute remarks.
-
#template_name ⇒ Object
Returns the value of attribute template_name.
-
#template_number ⇒ Object
Returns the value of attribute template_number.
-
#terms_of_delivery ⇒ Object
Returns the value of attribute terms_of_delivery.
-
#terms_of_payment ⇒ Object
Returns the value of attribute terms_of_payment.
-
#way_of_delivery ⇒ Object
Returns the value of attribute way_of_delivery.
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
#administration_fee ⇒ Object
Returns the value of attribute administration_fee.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def administration_fee @administration_fee end |
#continuous ⇒ Object
Returns the value of attribute continuous.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def continuous @continuous end |
#contract_length ⇒ Object
Returns the value of attribute contract_length.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def contract_length @contract_length end |
#freight ⇒ Object
Returns the value of attribute freight.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def freight @freight end |
#invoice_interval ⇒ Object
Returns the value of attribute invoice_interval.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def invoice_interval @invoice_interval end |
#invoice_rows ⇒ Object
Returns the value of attribute invoice_rows.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def invoice_rows @invoice_rows end |
#our_reference ⇒ Object
Returns the value of attribute our_reference.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def our_reference @our_reference end |
#print_template ⇒ Object
Returns the value of attribute print_template.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def print_template @print_template end |
#remarks ⇒ Object
Returns the value of attribute remarks.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def remarks @remarks end |
#template_name ⇒ Object
Returns the value of attribute template_name.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def template_name @template_name end |
#template_number ⇒ Object
Returns the value of attribute template_number.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def template_number @template_number end |
#terms_of_delivery ⇒ Object
Returns the value of attribute terms_of_delivery.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def terms_of_delivery @terms_of_delivery end |
#terms_of_payment ⇒ Object
Returns the value of attribute terms_of_payment.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def terms_of_payment @terms_of_payment end |
#way_of_delivery ⇒ Object
Returns the value of attribute way_of_delivery.
3 4 5 |
# File 'lib/fortnox/resources/contract_template.rb', line 3 def way_of_delivery @way_of_delivery end |