Module: Ripple::EmbeddedDocument::InstanceMethods
- Defined in:
- ripple/lib/ripple/embedded_document.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) ==(other)
62 63 64 65 66 |
# File 'ripple/lib/ripple/embedded_document.rb', line 62 def ==(other) self.class == other.class && _parent_document == other._parent_document && attributes.except('_type') == other.attributes.except('_type') end |