Module: Serega::SeregaPlugins::Preloads::PlanPointInstanceMethods
- Defined in:
- lib/serega/plugins/preloads/lib/modules/plan_point.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.
15 16 17 |
# File 'lib/serega/plugins/preloads/lib/modules/plan_point.rb', line 15 def preloads @preloads end |
#preloads_path ⇒ Array<Symbol> (readonly)
Returns preloads path for current attribute.
20 21 22 |
# File 'lib/serega/plugins/preloads/lib/modules/plan_point.rb', line 20 def preloads_path @preloads_path end |