Class: Exwiw::Adapter::MongodbAdapter::EmbeddedMask
- Inherits:
-
Struct
- Object
- Struct
- Exwiw::Adapter::MongodbAdapter::EmbeddedMask
- Defined in:
- lib/exwiw/adapter/mongodb_adapter.rb
Overview
A pre-resolved embedded-child mask: the parent path split once into ‘prefix` (the containers to descend into) and `last` (the field holding the subdocument(s)), plus the child’s own MaskPlan.
Instance Attribute Summary collapse
-
#last ⇒ Object
Returns the value of attribute last.
-
#plan ⇒ Object
Returns the value of attribute plan.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Attribute Details
#last ⇒ Object
Returns the value of attribute last
404 405 406 |
# File 'lib/exwiw/adapter/mongodb_adapter.rb', line 404 def last @last end |
#plan ⇒ Object
Returns the value of attribute plan
404 405 406 |
# File 'lib/exwiw/adapter/mongodb_adapter.rb', line 404 def plan @plan end |
#prefix ⇒ Object
Returns the value of attribute prefix
404 405 406 |
# File 'lib/exwiw/adapter/mongodb_adapter.rb', line 404 def prefix @prefix end |