Class: Rebrandly::Configuration
- Inherits:
-
Object
- Object
- Rebrandly::Configuration
- Defined in:
- lib/rebrandly/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#workspace ⇒ Object
Returns the value of attribute workspace.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
24 25 26 |
# File 'lib/rebrandly/configuration.rb', line 24 def api_key @api_key end |
#workspace ⇒ Object
Returns the value of attribute workspace.
24 25 26 |
# File 'lib/rebrandly/configuration.rb', line 24 def workspace @workspace end |