Class: Serega::SeregaPlugins::Preloads::PreloadsConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/serega/plugins/preloads/preloads.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(opts) ⇒ PreloadsConfig

Returns a new instance of PreloadsConfig.



67
68
69
# File 'lib/serega/plugins/preloads/preloads.rb', line 67

def initialize(opts)
  @opts = opts
end

Instance Attribute Details

#optsObject (readonly)

Returns the value of attribute opts.



65
66
67
# File 'lib/serega/plugins/preloads/preloads.rb', line 65

def opts
  @opts
end