Class: Dommy::Rack::Session::Config
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Rack::Session::Config
- Defined in:
- lib/dommy/rack/session.rb
Instance Attribute Summary collapse
-
#accept ⇒ Object
Returns the value of attribute accept.
-
#default_host ⇒ Object
Returns the value of attribute default_host.
-
#enforce_same_origin ⇒ Object
Returns the value of attribute enforce_same_origin.
-
#follow_meta_refresh ⇒ Object
Returns the value of attribute follow_meta_refresh.
-
#follow_redirects ⇒ Object
Returns the value of attribute follow_redirects.
-
#max_redirects ⇒ Object
Returns the value of attribute max_redirects.
-
#method_override_param ⇒ Object
Returns the value of attribute method_override_param.
-
#respect_method_override ⇒ Object
Returns the value of attribute respect_method_override.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
Instance Attribute Details
#accept ⇒ Object
Returns the value of attribute accept
15 16 17 |
# File 'lib/dommy/rack/session.rb', line 15 def accept @accept end |
#default_host ⇒ Object
Returns the value of attribute default_host
15 16 17 |
# File 'lib/dommy/rack/session.rb', line 15 def default_host @default_host end |
#enforce_same_origin ⇒ Object
Returns the value of attribute enforce_same_origin
15 16 17 |
# File 'lib/dommy/rack/session.rb', line 15 def enforce_same_origin @enforce_same_origin end |
#follow_meta_refresh ⇒ Object
Returns the value of attribute follow_meta_refresh
15 16 17 |
# File 'lib/dommy/rack/session.rb', line 15 def @follow_meta_refresh end |
#follow_redirects ⇒ Object
Returns the value of attribute follow_redirects
15 16 17 |
# File 'lib/dommy/rack/session.rb', line 15 def follow_redirects @follow_redirects end |
#max_redirects ⇒ Object
Returns the value of attribute max_redirects
15 16 17 |
# File 'lib/dommy/rack/session.rb', line 15 def max_redirects @max_redirects end |
#method_override_param ⇒ Object
Returns the value of attribute method_override_param
15 16 17 |
# File 'lib/dommy/rack/session.rb', line 15 def method_override_param @method_override_param end |
#respect_method_override ⇒ Object
Returns the value of attribute respect_method_override
15 16 17 |
# File 'lib/dommy/rack/session.rb', line 15 def respect_method_override @respect_method_override end |
#user_agent ⇒ Object
Returns the value of attribute user_agent
15 16 17 |
# File 'lib/dommy/rack/session.rb', line 15 def user_agent @user_agent end |