Class: LobbyBoy::Configuration::Client

Inherits:
Object
  • Object
show all
Includes:
HashInit
Defined in:
lib/lobby_boy/configuration.rb

Instance Attribute Summary collapse

Method Summary

Methods included from HashInit

#initialize

Instance Attribute Details

Returns the value of attribute cookie_domain.



12
13
14
# File 'lib/lobby_boy/configuration.rb', line 12

def cookie_domain
  @cookie_domain
end

#end_session_endpointObject (readonly)

Returns the value of attribute end_session_endpoint.



12
13
14
# File 'lib/lobby_boy/configuration.rb', line 12

def end_session_endpoint
  @end_session_endpoint
end

#hostObject (readonly)

Returns the value of attribute host.



12
13
14
# File 'lib/lobby_boy/configuration.rb', line 12

def host
  @host
end

#logged_inObject (readonly)

Returns the value of attribute logged_in.



12
13
14
# File 'lib/lobby_boy/configuration.rb', line 12

def logged_in
  @logged_in
end

#on_login_js_partialObject (readonly)

Returns the value of attribute on_login_js_partial.



12
13
14
# File 'lib/lobby_boy/configuration.rb', line 12

def 
  @on_login_js_partial
end

#on_logout_js_partialObject (readonly)

Returns the value of attribute on_logout_js_partial.



12
13
14
# File 'lib/lobby_boy/configuration.rb', line 12

def on_logout_js_partial
  @on_logout_js_partial
end

#refresh_intervalObject (readonly)

Returns the value of attribute refresh_interval.



12
13
14
# File 'lib/lobby_boy/configuration.rb', line 12

def refresh_interval
  @refresh_interval
end

#refresh_offsetObject (readonly)

Returns the value of attribute refresh_offset.



12
13
14
# File 'lib/lobby_boy/configuration.rb', line 12

def refresh_offset
  @refresh_offset
end