Class: RedminePluginAssetPipeline::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/redmine_plugin_asset_pipeline.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_lnObject

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