Class: Fortnox::ContractTemplate

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

#administration_feeObject

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

#continuousObject

Returns the value of attribute continuous.



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

def continuous
  @continuous
end

#contract_lengthObject

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

#freightObject

Returns the value of attribute freight.



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

def freight
  @freight
end

#invoice_intervalObject

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_rowsObject

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_referenceObject

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

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

#remarksObject

Returns the value of attribute remarks.



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

def remarks
  @remarks
end

#template_nameObject

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_numberObject

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_deliveryObject

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_paymentObject

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_deliveryObject

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