Method: Webmachine::Response#trace

Defined in:
lib/webmachine/response.rb

#traceArray (readonly)

Returns the list of states that were traversed.

Returns:

  • (Array)

    the list of states that were traversed



17
18
19
# File 'lib/webmachine/response.rb', line 17

def trace
  @trace
end