class ButlerMainframe::Configuration
Attributes
allow_sign_up[W]
browser_path[RW]
env[RW]
host_gateway[RW]
language[RW]
session_path[RW]
session_tag[RW]
session_url[RW]
timeout[RW]
Public Class Methods
new()
click to toggle source
# File lib/core/configuration.rb, line 7 def initialize @language = :en @host_gateway = nil @browser_path = "" @session_url = "" @session_path = "" @session_tag = nil @timeout = 1000 @env = 'development' end