Method: Sbmt::Pact::Consumer::GrpcInteractionBuilder#with_response
- Defined in:
- lib/sbmt/pact/consumer/grpc_interaction_builder.rb
#with_response(resp_hash) ⇒ Object
90 91 92 93 |
# File 'lib/sbmt/pact/consumer/grpc_interaction_builder.rb', line 90 def with_response(resp_hash) @response = InteractionContents.plugin(resp_hash) self end |