class Cassia::Service

Public Instance Methods

==(other) click to toggle source
# 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