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