Class: Sbmt::Pact::Consumer::PactConfig::Message

Inherits:
Base
  • Object
show all
Defined in:
lib/sbmt/pact/consumer/pact_config/message.rb

Instance Attribute Summary

Attributes inherited from Base

#consumer_name, #log_level, #pact_dir, #provider_name

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Sbmt::Pact::Consumer::PactConfig::Base

Instance Method Details

#new_interaction(description = nil) ⇒ Object



10
11
12
# File 'lib/sbmt/pact/consumer/pact_config/message.rb', line 10

def new_interaction(description = nil)
  MessageInteractionBuilder.new(self, description: description)
end