Class: OpenlabRuby::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/openlab_ruby.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

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_secretObject

Returns the value of attribute app_secret.



19
20
21
# File 'lib/openlab_ruby.rb', line 19

def app_secret
  @app_secret
end

#base_uriObject

Returns the value of attribute base_uri.



19
20
21
# File 'lib/openlab_ruby.rb', line 19

def base_uri
  @base_uri
end