class Typhoeus::Expectation
def stubbed_from(value)
- 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