Class: Serega::SeregaPlugins::Preloads::PreloadsConfig
- Inherits:
-
Object
- Object
- Serega::SeregaPlugins::Preloads::PreloadsConfig
- Defined in:
- lib/serega/plugins/preloads/preloads.rb
Instance Attribute Summary collapse
-
#opts ⇒ Object
readonly
Returns the value of attribute opts.
Instance Method Summary collapse
-
#initialize(opts) ⇒ PreloadsConfig
constructor
A new instance of PreloadsConfig.
Constructor Details
#initialize(opts) ⇒ PreloadsConfig
Returns a new instance of PreloadsConfig.
66 67 68 |
# File 'lib/serega/plugins/preloads/preloads.rb', line 66 def initialize(opts) @opts = opts end |
Instance Attribute Details
#opts ⇒ Object (readonly)
Returns the value of attribute opts.
64 65 66 |
# File 'lib/serega/plugins/preloads/preloads.rb', line 64 def opts @opts end |