Class: Middlewares

Inherits:
Object
  • Object
show all
Defined in:
lib/pickles_http/utils.rb

Class Attribute Summary collapse

Class Attribute Details

.catcherObject

Returns the value of attribute catcher.



100
101
102
# File 'lib/pickles_http/utils.rb', line 100

def catcher
  @catcher
end

.corsObject

Returns the value of attribute cors.



100
101
102
# File 'lib/pickles_http/utils.rb', line 100

def cors
  @cors
end

.default_cors_headersObject

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_ParserObject

Returns the value of attribute Middleware_Parser.



100
101
102
# File 'lib/pickles_http/utils.rb', line 100

def Middleware_Parser
  @Middleware_Parser
end