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