class PactBroker::Pacts::PactParams::PacticipantName

Public Instance Methods

message_args() click to toggle source
# File lib/pact_broker/pacts/pact_params.rb, line 93
def message_args
  {
    name: name,
    name_in_pact: name_in_pact,
    pacticipant: pacticipant
  }
end