class Pact::Hal::NonJsonEntity
Public Class Methods
Source
# File lib/pact/hal/non_json_entity.rb, line 4 def initialize(href, body, http_client, response = nil) @href = href @body = body @client = http_client @response = response end
Public Instance Methods
Source
# File lib/pact/hal/non_json_entity.rb, line 23 def assert_success! self end