Class: Netzke::Core::DslConfigBase

Inherits:
ActiveSupport::OrderedOptions
  • Object
show all
Defined in:
lib/netzke/core/dsl_config_base.rb

Overview

Base for ActionConfig, ComponentConfig, etc

Direct Known Subclasses

ActionConfig, ComponentConfig

Instance Method Summary collapse

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