Class: PactBroker::Domain::Label

Inherits:
Sequel::Model
  • Object
show all
Defined in:
lib/pact_broker/domain/label.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



10
11
12
# File 'lib/pact_broker/domain/label.rb', line 10

def <=> other
  name <=> other.name
end