class Typhoeus::Expectation

def initialize(base_url, options = {})

Other tags:
    Api: - private

Returns:
  • (Expectation) - The created expectation.

Other tags:
    Example: Create expectation. -
def initialize(base_url, options = {})
  @base_url = base_url
  @options = options
  @response_counter = 0
  @from = nil
end