module Typhoeus::Request::Operations
def run
-
(Response)
- The response.
Other tags:
- Example: Run a request. -
def run easy = EasyFactory.new(self).get easy.perform response end
(Response)
- The response.
def run easy = EasyFactory.new(self).get easy.perform response end