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

Instance Attribute Details

#preloadsHash (readonly)

Returns preloads for nested attributes.

Returns:

  • (Hash)

    preloads for nested attributes



15
16
17
# File 'lib/serega/plugins/preloads/lib/modules/plan_point.rb', line 15

def preloads
  @preloads
end

#preloads_pathArray<Symbol> (readonly)

Returns preloads path for current attribute.

Returns:

  • (Array<Symbol>)

    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