Class: Erede::Models::Store
Constant Summary collapse
- API_ATTRIBUTES =
[ :token, :filiation ]
Instance Attribute Summary collapse
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#logger ⇒ Object
Returns the value of attribute logger.
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
#environment ⇒ Object
Returns the value of attribute environment.
9 10 11 |
# File 'lib/erede/models/store.rb', line 9 def environment @environment end |
#logger ⇒ Object
Returns the value of attribute logger.
9 10 11 |
# File 'lib/erede/models/store.rb', line 9 def logger @logger end |