Class: Pact::Consumer::PactConfig::Message
- Defined in:
- lib/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
Constructor Details
This class inherits a constructor from Pact::Consumer::PactConfig::Base
Instance Method Details
#new_interaction(description = nil) ⇒ Object
9 10 11 |
# File 'lib/pact/consumer/pact_config/message.rb', line 9 def new_interaction(description = nil) MessageInteractionBuilder.new(self, description: description) end |