Class: PactBroker::Domain::Tag

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

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



17
18
19
# File 'lib/pact_broker/domain/tag.rb', line 17

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