class Typhoeus::Expectation
def initialize(url, options = {})
-
(Expectation)
- The created expactation.
Other tags:
- Example: Create expactation. -
def initialize(url, options = {}) @url = url @options = options @response_counter = 0 end