Class: Serialisable::Selector::NestedMultiple
- Inherits:
-
Serialisable::Selector
- Object
- Serialisable::Selector
- Serialisable::Selector::NestedMultiple
- Defined in:
- lib/serialisable/selector.rb
Instance Attribute Summary
Attributes inherited from Serialisable::Selector
Instance Method Summary collapse
Methods inherited from Serialisable::Selector
Constructor Details
This class inherits a constructor from Serialisable::Selector
Instance Method Details
#match(root) ⇒ Object
52 53 54 |
# File 'lib/serialisable/selector.rb', line 52 def match(root) @selector.send(:__deserialise_all, root) end |