Class: RedminePluginAssetPipeline::Configuration
- Inherits:
-
Object
- Object
- RedminePluginAssetPipeline::Configuration
- Defined in:
- lib/redmine_plugin_asset_pipeline.rb
Instance Attribute Summary collapse
-
#use_ln ⇒ Object
Returns the value of attribute use_ln.
Instance Method Summary collapse
- #[](value) ⇒ Object
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 |
# File 'lib/redmine_plugin_asset_pipeline.rb', line 7 def initialize @use_ln = false end |
Instance Attribute Details
#use_ln ⇒ Object
Returns the value of attribute use_ln.
5 6 7 |
# File 'lib/redmine_plugin_asset_pipeline.rb', line 5 def use_ln @use_ln end |
Instance Method Details
#[](value) ⇒ Object
11 12 13 |
# File 'lib/redmine_plugin_asset_pipeline.rb', line 11 def [](value) self.public_send(value) end |