Class: PactBroker::Client::Deployments::RecordDeployment

Inherits:
RecordRelease show all
Defined in:
lib/pact_broker/client/deployments/record_deployment.rb

Instance Method Summary collapse

Methods inherited from BaseCommand

call, #call

Methods included from HalClientMethods

#create_http_client, #create_index_entry_point, #index_entry_point, #index_resource, #is_pactflow?, #pact_broker_name

Constructor Details

#initialize(params, options, pact_broker_client_options) ⇒ RecordDeployment

Returns a new instance of RecordDeployment.



10
11
12
13
# File 'lib/pact_broker/client/deployments/record_deployment.rb', line 10

def initialize(params, options, pact_broker_client_options)
  super
  @application_instance = params.fetch(:application_instance)
end