Class: Baiwang::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_base_urlObject

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_passwordObject

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_saltObject

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_usernameObject

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_keyObject

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_secretObject

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_optionsObject

Returns the value of attribute http_timeout_options.



37
38
39
# File 'lib/baiwang/config.rb', line 37

def http_timeout_options
  @http_timeout_options
end

#loggerObject

Returns the value of attribute logger.



37
38
39
# File 'lib/baiwang/config.rb', line 37

def logger
  @logger
end

#redisObject

Returns the value of attribute redis.



37
38
39
# File 'lib/baiwang/config.rb', line 37

def redis
  @redis
end