Method: PlateApi::PlateObject::Base#==

Defined in:
lib/plate_api/plate_object/base.rb

#==(other) ⇒ Object



69
70
71
# File 'lib/plate_api/plate_object/base.rb', line 69

def ==(other)
  other.id == @id && other.class == self.class
end