Class: Erede::Models::Store

Inherits:
Base
  • Object
show all
Defined in:
lib/erede/models/store.rb

Constant Summary collapse

API_ATTRIBUTES =
[
  :token,
  :filiation
]

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize, #set_accessors_for_api_attributes, #to_json

Constructor Details

This class inherits a constructor from Erede::Models::Base

Instance Attribute Details

#environmentObject

Returns the value of attribute environment.



9
10
11
# File 'lib/erede/models/store.rb', line 9

def environment
  @environment
end

#loggerObject

Returns the value of attribute logger.



9
10
11
# File 'lib/erede/models/store.rb', line 9

def logger
  @logger
end