Class: PactBroker::Matrix::Reason

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

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



5
6
7
# File 'lib/pact_broker/matrix/reason.rb', line 5

def == other
  self.class == other.class
end

#typeObject



9
10
11
# File 'lib/pact_broker/matrix/reason.rb', line 9

def type
  :info
end