Module: Serega::SeregaPlugins::Preloads::PlanPointInstanceMethods

Defined in:
lib/serega/plugins/preloads/preloads.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



293
294
295
# File 'lib/serega/plugins/preloads/preloads.rb', line 293

def preloads
  @preloads
end

#preloads_pathArray<Symbol> (readonly)

Returns preloads path for current attribute.

Returns:

  • (Array<Symbol>)

    preloads path for current attribute



298
299
300
# File 'lib/serega/plugins/preloads/preloads.rb', line 298

def preloads_path
  @preloads_path
end