Class: Seam::Http::UrlSearchParamsEncoder::Decoded

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



132
133
134
# File 'lib/seam/request.rb', line 132

def values
  @values
end