Module: InformantRails::Config
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#server_environment ⇒ Object
Returns the value of attribute server_environment.
Instance Method Summary collapse
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
4 5 6 |
# File 'lib/informant-rails/config.rb', line 4 def api_token @api_token end |
#server_environment ⇒ Object
Returns the value of attribute server_environment.
4 5 6 |
# File 'lib/informant-rails/config.rb', line 4 def server_environment @server_environment end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
9 |
# File 'lib/informant-rails/config.rb', line 9 def configure; yield self end |