Class: ReamazeAPI::Config
- Inherits:
-
Struct
- Object
- Struct
- ReamazeAPI::Config
- Defined in:
- lib/reamaze_api.rb
Overview
Configuration class
Instance Attribute Summary collapse
-
#brand ⇒ Object
Returns the value of attribute brand.
-
#exceptions ⇒ Object
Returns the value of attribute exceptions.
-
#login ⇒ Object
Returns the value of attribute login.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#brand ⇒ Object
Returns the value of attribute brand
14 15 16 |
# File 'lib/reamaze_api.rb', line 14 def brand @brand end |
#exceptions ⇒ Object
Returns the value of attribute exceptions
14 15 16 |
# File 'lib/reamaze_api.rb', line 14 def exceptions @exceptions end |
#login ⇒ Object
Returns the value of attribute login
14 15 16 |
# File 'lib/reamaze_api.rb', line 14 def login @login end |
#token ⇒ Object
Returns the value of attribute token
14 15 16 |
# File 'lib/reamaze_api.rb', line 14 def token @token end |