class Faraday::ForTest::Response::Assertion::AssertionError

Attributes

response[RW]

Public Class Methods

new(response) click to toggle source
# File lib/faraday/for_test/response/assertion.rb, line 7
def initialize(response)
  @response = response
end