Module: Serega::SeregaPlugins::Preloads::AttributeInstanceMethods
- Defined in:
- lib/serega/plugins/preloads/lib/modules/attribute.rb
Overview
Serega::SeregaAttribute additional/patched instance methods
Instance Attribute Summary collapse
-
#preloads ⇒ Hash?
readonly
Normalized preloads of current attribute.
-
#preloads_path ⇒ Array
readonly
Normalized preloads_path of current attribute.
Instance Attribute Details
#preloads ⇒ Hash? (readonly)
Returns normalized preloads of current attribute.
13 14 15 |
# File 'lib/serega/plugins/preloads/lib/modules/attribute.rb', line 13 def preloads @preloads end |
#preloads_path ⇒ Array (readonly)
Returns normalized preloads_path of current attribute.
16 17 18 |
# File 'lib/serega/plugins/preloads/lib/modules/attribute.rb', line 16 def preloads_path @preloads_path end |