Class: OctadeskApi::Configuration
- Inherits:
-
Object
- Object
- OctadeskApi::Configuration
- Defined in:
- lib/octadesk_api/configuration.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
-
#env ⇒ Object
Returns the value of attribute env.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
4 5 6 7 |
# File 'lib/octadesk_api/configuration.rb', line 4 def initialize @access_key = nil @env = nil end |
Instance Attribute Details
#access_key ⇒ Object
Returns the value of attribute access_key.
3 4 5 |
# File 'lib/octadesk_api/configuration.rb', line 3 def access_key @access_key end |
#env ⇒ Object
Returns the value of attribute env.
3 4 5 |
# File 'lib/octadesk_api/configuration.rb', line 3 def env @env end |