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



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

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