Class: Netzke::Core::DslConfigBase
- Inherits:
-
ActiveSupport::OrderedOptions
- Object
- ActiveSupport::OrderedOptions
- Netzke::Core::DslConfigBase
- Defined in:
- lib/netzke/core/dsl_config_base.rb
Overview
Base for ActionConfig, ComponentConfig, etc
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(name, component) ⇒ DslConfigBase
constructor
A new instance of DslConfigBase.
Constructor Details
#initialize(name, component) ⇒ DslConfigBase
Returns a new instance of DslConfigBase.
4 5 6 7 |
# File 'lib/netzke/core/dsl_config_base.rb', line 4 def initialize(name, component) @component = component @name = self.name = name.to_s end |