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