class Typhoeus::Expectation

def stubbed_from(value)

Other tags:
    Api: - private

Returns:
  • (Expectation) - Returns self.

Parameters:
  • value (String) -- Value to set.

Other tags:
    Example: Mark expectation. -
def stubbed_from(value)
  @from = value
  self
end