Class: Fortnox::ContractAccrual
- Defined in:
- lib/fortnox/resources/contract_accrual.rb
Instance Attribute Summary collapse
-
#accrual_account ⇒ Object
Returns the value of attribute accrual_account.
-
#accrual_rows ⇒ Object
Returns the value of attribute accrual_rows.
-
#cost_account ⇒ Object
Returns the value of attribute cost_account.
-
#description ⇒ Object
Returns the value of attribute description.
-
#document_number ⇒ Object
Returns the value of attribute document_number.
-
#period ⇒ Object
Returns the value of attribute period.
-
#times ⇒ Object
Returns the value of attribute times.
-
#total ⇒ Object
Returns the value of attribute total.
-
#vat_included ⇒ Object
Returns the value of attribute vat_included.
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
#accrual_account ⇒ Object
Returns the value of attribute accrual_account.
3 4 5 |
# File 'lib/fortnox/resources/contract_accrual.rb', line 3 def accrual_account @accrual_account end |
#accrual_rows ⇒ Object
Returns the value of attribute accrual_rows.
3 4 5 |
# File 'lib/fortnox/resources/contract_accrual.rb', line 3 def accrual_rows @accrual_rows end |
#cost_account ⇒ Object
Returns the value of attribute cost_account.
3 4 5 |
# File 'lib/fortnox/resources/contract_accrual.rb', line 3 def cost_account @cost_account end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/fortnox/resources/contract_accrual.rb', line 3 def description @description end |
#document_number ⇒ Object
Returns the value of attribute document_number.
3 4 5 |
# File 'lib/fortnox/resources/contract_accrual.rb', line 3 def document_number @document_number end |
#period ⇒ Object
Returns the value of attribute period.
3 4 5 |
# File 'lib/fortnox/resources/contract_accrual.rb', line 3 def period @period end |
#times ⇒ Object
Returns the value of attribute times.
3 4 5 |
# File 'lib/fortnox/resources/contract_accrual.rb', line 3 def times @times end |
#total ⇒ Object
Returns the value of attribute total.
3 4 5 |
# File 'lib/fortnox/resources/contract_accrual.rb', line 3 def total @total end |
#vat_included ⇒ Object
Returns the value of attribute vat_included.
3 4 5 |
# File 'lib/fortnox/resources/contract_accrual.rb', line 3 def vat_included @vat_included end |