Module: Serega::SeregaPlugins::Preloads::AttributeInstanceMethods
- Defined in:
- lib/serega/plugins/preloads/preloads.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.
203 204 205 |
# File 'lib/serega/plugins/preloads/preloads.rb', line 203 def preloads @preloads end |
#preloads_path ⇒ Array (readonly)
Returns normalized preloads_path of current attribute.
206 207 208 |
# File 'lib/serega/plugins/preloads/preloads.rb', line 206 def preloads_path @preloads_path end |