Class: Raas::Client::Rails::Configuration
- Inherits:
-
Object
- Object
- Raas::Client::Rails::Configuration
- Defined in:
- lib/raas/client/rails/engine.rb
Instance Attribute Summary collapse
-
#application ⇒ Object
Returns the value of attribute application.
-
#landscape ⇒ Object
Returns the value of attribute landscape.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#application ⇒ Object
Returns the value of attribute application.
11 12 13 |
# File 'lib/raas/client/rails/engine.rb', line 11 def application @application end |
#landscape ⇒ Object
Returns the value of attribute landscape.
11 12 13 |
# File 'lib/raas/client/rails/engine.rb', line 11 def landscape @landscape end |
#token ⇒ Object
Returns the value of attribute token.
11 12 13 |
# File 'lib/raas/client/rails/engine.rb', line 11 def token @token end |