class Cassia::Descriptor

Public Instance Methods

==(other) click to toggle source
# File lib/cassia/descriptor.rb, line 7
def ==(other)
  return self.uuid == other.uuid && self.handle == other.handle
end