Class: Middlewares
- Inherits:
-
Object
- Object
- Middlewares
- Defined in:
- lib/pickles_http/utils.rb
Class Attribute Summary collapse
-
.catcher ⇒ Object
Returns the value of attribute catcher.
-
.cors ⇒ Object
Returns the value of attribute cors.
-
.default_cors_headers ⇒ Object
Returns the value of attribute default_cors_headers.
-
.Middleware_Parser ⇒ Object
Returns the value of attribute Middleware_Parser.
Class Attribute Details
.catcher ⇒ Object
Returns the value of attribute catcher.
100 101 102 |
# File 'lib/pickles_http/utils.rb', line 100 def catcher @catcher end |
.cors ⇒ Object
Returns the value of attribute cors.
100 101 102 |
# File 'lib/pickles_http/utils.rb', line 100 def cors @cors end |
.default_cors_headers ⇒ Object
Returns the value of attribute default_cors_headers.
100 101 102 |
# File 'lib/pickles_http/utils.rb', line 100 def default_cors_headers @default_cors_headers end |
.Middleware_Parser ⇒ Object
Returns the value of attribute Middleware_Parser.
100 101 102 |
# File 'lib/pickles_http/utils.rb', line 100 def Middleware_Parser @Middleware_Parser end |