class Typhoeus::Expectation

def initialize(url, options = {})

Returns:
  • (Expectation) - The created expactation.

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