Method: Sbmt::Pact::Consumer::GrpcInteractionBuilder#with_request

Defined in:
lib/sbmt/pact/consumer/grpc_interaction_builder.rb

#with_request(req_hash) ⇒ Object



85
86
87
88
# File 'lib/sbmt/pact/consumer/grpc_interaction_builder.rb', line 85

def with_request(req_hash)
  @request = InteractionContents.plugin(req_hash)
  self
end