Class: Dommy::Rack::Session::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/dommy/rack/session.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acceptObject

Returns the value of attribute accept

Returns:

  • (Object)

    the current value of accept



15
16
17
# File 'lib/dommy/rack/session.rb', line 15

def accept
  @accept
end

#default_hostObject

Returns the value of attribute default_host

Returns:

  • (Object)

    the current value of default_host



15
16
17
# File 'lib/dommy/rack/session.rb', line 15

def default_host
  @default_host
end

#enforce_same_originObject

Returns the value of attribute enforce_same_origin

Returns:

  • (Object)

    the current value of enforce_same_origin



15
16
17
# File 'lib/dommy/rack/session.rb', line 15

def enforce_same_origin
  @enforce_same_origin
end

#follow_meta_refreshObject

Returns the value of attribute follow_meta_refresh

Returns:

  • (Object)

    the current value of follow_meta_refresh



15
16
17
# File 'lib/dommy/rack/session.rb', line 15

def follow_meta_refresh
  @follow_meta_refresh
end

#follow_redirectsObject

Returns the value of attribute follow_redirects

Returns:

  • (Object)

    the current value of follow_redirects



15
16
17
# File 'lib/dommy/rack/session.rb', line 15

def follow_redirects
  @follow_redirects
end

#max_redirectsObject

Returns the value of attribute max_redirects

Returns:

  • (Object)

    the current value of max_redirects



15
16
17
# File 'lib/dommy/rack/session.rb', line 15

def max_redirects
  @max_redirects
end

#method_override_paramObject

Returns the value of attribute method_override_param

Returns:

  • (Object)

    the current value of method_override_param



15
16
17
# File 'lib/dommy/rack/session.rb', line 15

def method_override_param
  @method_override_param
end

#respect_method_overrideObject

Returns the value of attribute respect_method_override

Returns:

  • (Object)

    the current value of respect_method_override



15
16
17
# File 'lib/dommy/rack/session.rb', line 15

def respect_method_override
  @respect_method_override
end

#user_agentObject

Returns the value of attribute user_agent

Returns:

  • (Object)

    the current value of user_agent



15
16
17
# File 'lib/dommy/rack/session.rb', line 15

def user_agent
  @user_agent
end