Class: Response::ParamIndices

Inherits:
Struct
  • Object
show all
Defined in:
lib/endpoint/response.rb

Overview

For remembering where a uri-based parameter is located.

Instance Attribute Summary collapse

Instance Attribute Details

#dotObject

Returns the value of attribute dot

Returns:

  • (Object)

    the current value of dot



7
8
9
# File 'lib/endpoint/response.rb', line 7

def dot
  @dot
end

#slashObject

Returns the value of attribute slash

Returns:

  • (Object)

    the current value of slash



7
8
9
# File 'lib/endpoint/response.rb', line 7

def slash
  @slash
end