Class: Fortnox::Archive

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

#emailObject

Returns the value of attribute email.



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

def email
  @email
end

#filesObject

Returns the value of attribute files.



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

def files
  @files
end

#foldersObject

Returns the value of attribute folders.



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

def folders
  @folders
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end