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