class PactBroker::Matrix::Reason

Public Instance Methods

==(other) click to toggle source
# File lib/pact_broker/matrix/reason.rb, line 5
def == other
  self.class == other.class
end
type() click to toggle source
# File lib/pact_broker/matrix/reason.rb, line 9
def type
  :info
end