Class: Reactor::ResponseHandler::String
- Defined in:
- lib/reactor/tools/response_handler/string.rb
Instance Attribute Summary
Attributes inherited from Base
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 |