Class: Response::ParamIndices
- Inherits:
-
Struct
- Object
- Struct
- Response::ParamIndices
- Defined in:
- lib/endpoint/response.rb
Overview
For remembering where a uri-based parameter is located.
Instance Attribute Summary collapse
-
#dot ⇒ Object
Returns the value of attribute dot.
-
#slash ⇒ Object
Returns the value of attribute slash.
Instance Attribute Details
#dot ⇒ Object
Returns the value of attribute dot
7 8 9 |
# File 'lib/endpoint/response.rb', line 7 def dot @dot end |
#slash ⇒ Object
Returns the value of attribute slash
7 8 9 |
# File 'lib/endpoint/response.rb', line 7 def slash @slash end |