Class: OpenlabRuby::Config
- Inherits:
-
Object
- Object
- OpenlabRuby::Config
- Defined in:
- lib/openlab_ruby.rb
Instance Attribute Summary collapse
-
#app_secret ⇒ Object
Returns the value of attribute app_secret.
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
21 22 23 |
# File 'lib/openlab_ruby.rb', line 21 def initialize @base_uri = nil # have to be defined ! end |
Instance Attribute Details
#app_secret ⇒ Object
Returns the value of attribute app_secret.
19 20 21 |
# File 'lib/openlab_ruby.rb', line 19 def app_secret @app_secret end |
#base_uri ⇒ Object
Returns the value of attribute base_uri.
19 20 21 |
# File 'lib/openlab_ruby.rb', line 19 def base_uri @base_uri end |