Class: NextGenImages::Config
- Inherits:
-
Object
- Object
- NextGenImages::Config
- Defined in:
- lib/next_gen_images/config.rb
Instance Attribute Summary collapse
-
#run_on_precompile ⇒ Object
Returns the value of attribute run_on_precompile.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
17 18 19 |
# File 'lib/next_gen_images/config.rb', line 17 def initialize @run_on_precompile = false end |
Instance Attribute Details
#run_on_precompile ⇒ Object
Returns the value of attribute run_on_precompile.
15 16 17 |
# File 'lib/next_gen_images/config.rb', line 15 def run_on_precompile @run_on_precompile end |