Class: Cassia::Service

Inherits:
Object
  • Object
show all
Defined in:
lib/cassia/service.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



9
10
11
# File 'lib/cassia/service.rb', line 9

def ==(other)
  return self.uuid == other.uuid && self.primary == other.primary && self.handle == other.handle && self.characteristics == other.characteristics
end