Class: Reactor::ResponseHandler::String

Inherits:
Base
  • Object
show all
Defined in:
lib/reactor/tools/response_handler/string.rb

Instance Attribute Summary

Attributes inherited from Base

#context, #response

Instance Method Summary collapse

Instance Method Details

#get(response, string) ⇒ Object



10
11
12
13
14
# File 'lib/reactor/tools/response_handler/string.rb', line 10

def get(response, string)
  super(response, string)

  self.response.xpath(string)
end