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

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

Instance Attribute Summary collapse

Instance Attribute Details

#acceptObject

Returns the value of attribute accept

Returns:

  • (Object)

    the current value of accept



44
45
46
# File 'lib/dommy/rack/session.rb', line 44

def accept
  @accept
end

#default_hostObject

Returns the value of attribute default_host

Returns:

  • (Object)

    the current value of default_host



44
45
46
# File 'lib/dommy/rack/session.rb', line 44

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



44
45
46
# File 'lib/dommy/rack/session.rb', line 44

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



44
45
46
# File 'lib/dommy/rack/session.rb', line 44

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



44
45
46
# File 'lib/dommy/rack/session.rb', line 44

def follow_redirects
  @follow_redirects
end

#load_stylesheetsObject

Returns the value of attribute load_stylesheets

Returns:

  • (Object)

    the current value of load_stylesheets



44
45
46
# File 'lib/dommy/rack/session.rb', line 44

def load_stylesheets
  @load_stylesheets
end

#max_redirectsObject

Returns the value of attribute max_redirects

Returns:

  • (Object)

    the current value of max_redirects



44
45
46
# File 'lib/dommy/rack/session.rb', line 44

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



44
45
46
# File 'lib/dommy/rack/session.rb', line 44

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



44
45
46
# File 'lib/dommy/rack/session.rb', line 44

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



44
45
46
# File 'lib/dommy/rack/session.rb', line 44

def user_agent
  @user_agent
end