Class: Baiwang::Config
- Inherits:
-
Object
- Object
- Baiwang::Config
- Defined in:
- lib/baiwang/config.rb
Instance Attribute Summary collapse
-
#api_base_url ⇒ Object
Returns the value of attribute api_base_url.
-
#default_admin_password ⇒ Object
Returns the value of attribute default_admin_password.
-
#default_admin_salt ⇒ Object
Returns the value of attribute default_admin_salt.
-
#default_admin_username ⇒ Object
Returns the value of attribute default_admin_username.
-
#default_app_key ⇒ Object
Returns the value of attribute default_app_key.
-
#default_app_secret ⇒ Object
Returns the value of attribute default_app_secret.
-
#http_timeout_options ⇒ Object
Returns the value of attribute http_timeout_options.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#redis ⇒ Object
Returns the value of attribute redis.
Instance Attribute Details
#api_base_url ⇒ Object
Returns the value of attribute api_base_url.
37 38 39 |
# File 'lib/baiwang/config.rb', line 37 def api_base_url @api_base_url end |
#default_admin_password ⇒ Object
Returns the value of attribute default_admin_password.
37 38 39 |
# File 'lib/baiwang/config.rb', line 37 def default_admin_password @default_admin_password end |
#default_admin_salt ⇒ Object
Returns the value of attribute default_admin_salt.
37 38 39 |
# File 'lib/baiwang/config.rb', line 37 def default_admin_salt @default_admin_salt end |
#default_admin_username ⇒ Object
Returns the value of attribute default_admin_username.
37 38 39 |
# File 'lib/baiwang/config.rb', line 37 def default_admin_username @default_admin_username end |
#default_app_key ⇒ Object
Returns the value of attribute default_app_key.
37 38 39 |
# File 'lib/baiwang/config.rb', line 37 def default_app_key @default_app_key end |
#default_app_secret ⇒ Object
Returns the value of attribute default_app_secret.
37 38 39 |
# File 'lib/baiwang/config.rb', line 37 def default_app_secret @default_app_secret end |
#http_timeout_options ⇒ Object
Returns the value of attribute http_timeout_options.
37 38 39 |
# File 'lib/baiwang/config.rb', line 37 def @http_timeout_options end |
#logger ⇒ Object
Returns the value of attribute logger.
37 38 39 |
# File 'lib/baiwang/config.rb', line 37 def logger @logger end |
#redis ⇒ Object
Returns the value of attribute redis.
37 38 39 |
# File 'lib/baiwang/config.rb', line 37 def redis @redis end |