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