Class: Cassia::Characteristic

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

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



10
11
12
# File 'lib/cassia/characteristic.rb', line 10

def ==(other)
  return self.uuid == other.uuid && self.properties == other.properties && self.handle == other.handle && self.descriptors == other.descriptors
end