Module: Serega::SeregaPlugins::Preloads::PlanPointInstanceMethods
- Defined in:
- lib/serega/plugins/preloads/preloads.rb
Overview
Serega::SeregaPlanPoint additional/patched instance methods
Instance Attribute Summary collapse
-
#preloads ⇒ Hash
readonly
Preloads for nested attributes.
-
#preloads_path ⇒ Array<Symbol>
readonly
Preloads path for current attribute.
Instance Attribute Details
#preloads ⇒ Hash (readonly)
Returns preloads for nested attributes.
293 294 295 |
# File 'lib/serega/plugins/preloads/preloads.rb', line 293 def preloads @preloads end |
#preloads_path ⇒ Array<Symbol> (readonly)
Returns preloads path for current attribute.
298 299 300 |
# File 'lib/serega/plugins/preloads/preloads.rb', line 298 def preloads_path @preloads_path end |