Class: PactBroker::Matrix::Successful

Inherits:
Reason
  • Object
show all
Defined in:
lib/pact_broker/matrix/reason.rb

Overview

The pact for the required consumer version has been successfully verified by the required provider version

Instance Method Summary collapse

Methods inherited from Reason

#==

Instance Method Details

#typeObject



151
152
153
# File 'lib/pact_broker/matrix/reason.rb', line 151

def type
  :success
end