Class: Seam::Http::UrlSearchParamsEncoder::Decoded
- Inherits:
-
Struct
- Object
- Struct
- Seam::Http::UrlSearchParamsEncoder::Decoded
- Defined in:
- lib/seam/request.rb
Overview
Pairs decoded from a query string already present in the request path, passed through encode verbatim rather than re-serialized.
Instance Attribute Summary collapse
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#values ⇒ Object
Returns the value of attribute values
132 133 134 |
# File 'lib/seam/request.rb', line 132 def values @values end |