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.



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

def initialize(opts)
  @opts = opts
end

Instance Attribute Details

#optsObject (readonly)

Returns the value of attribute opts.



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

def opts
  @opts
end