Method: Sbmt::Pact::Consumer::GrpcInteractionBuilder#with_response_meta

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

#with_response_meta(meta_hash) ⇒ Object



95
96
97
98
# File 'lib/sbmt/pact/consumer/grpc_interaction_builder.rb', line 95

def with_response_meta(meta_hash)
  @response_meta = InteractionContents.plugin(meta_hash)
  self
end