Module: Mongoid::Association::Embedded::EmbeddedIn::Buildable
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Included In: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Instance Chain: | |
| Defined in: | lib/mongoid/association/embedded/embedded_in/buildable.rb | 
Overview
The Builder behavior for embedded_in associations.
Instance Attribute Summary
::Mongoid::Threaded::Lifecycle - Included
| #_assigning | Begin the assignment of attributes. | 
| #_assigning? | Is the current thread in assigning mode? | 
| #_binding | Execute a block in binding mode. | 
| #_binding? | Is the current thread in binding mode? | 
| #_building | Execute a block in building mode. | 
| #_building? | Is the current thread in building mode? | 
| #_creating? | Is the current thread in creating mode? | 
| #_loading | Execute a block in loading mode. | 
| #_loading? | Is the current thread in loading mode? | 
Instance Method Summary
- 
    
      #build(base, object, type = nil, selected_fields = nil)  ⇒ Document 
    
    This builder doesn’t actually build anything, just returns the parent since it should already be instantiated. 
Instance Method Details
#build(base, object, type = nil, selected_fields = nil) ⇒ Document
This builder doesn’t actually build anything, just returns the parent since it should already be instantiated.