Class: Pact::Provider::Configuration::MessageProviderDSL
- Inherits:
-
ServiceProviderDSL
- Object
- ServiceProviderDSL
- Pact::Provider::Configuration::MessageProviderDSL
- Defined in:
- lib/pact/provider/configuration/message_provider_dsl.rb
Defined Under Namespace
Classes: RackToMessageAdapter
Constant Summary
Constants inherited from ServiceProviderDSL
ServiceProviderDSL::CONFIG_RU_APP
Instance Attribute Summary
Attributes inherited from ServiceProviderDSL
#app_block, #application_version, #branch, #build_url, #name, #publish_verification_results, #tags
Instance Method Summary collapse
-
#initialize(name) ⇒ MessageProviderDSL
constructor
A new instance of MessageProviderDSL.
Methods inherited from ServiceProviderDSL
#create_pact_verification, #create_pact_verification_from_broker, #finalize
Constructor Details
#initialize(name) ⇒ MessageProviderDSL
Returns a new instance of MessageProviderDSL.
19 20 21 22 |
# File 'lib/pact/provider/configuration/message_provider_dsl.rb', line 19 def initialize name super @mapper_block = lambda { |args| } end |