Class: Salestation::Web::Extractors::QueryParamExtractor
- Inherits:
-
Object
- Object
- Salestation::Web::Extractors::QueryParamExtractor
- Defined in:
- lib/salestation/web/extractors.rb
Class Method Summary collapse
Class Method Details
.[](*keys, coercions: {}) ⇒ Object
83 84 85 |
# File 'lib/salestation/web/extractors.rb', line 83 def self.[](*keys, coercions: {}) ParamExtractor[*keys, coercions: coercions, rack_key: 'rack.request.query_hash'] end |