Sha256: 8dd91181239bd5af357b1d5877961446620feb74794fd92d88b48883560c728d
Contents?: true
Size: 229 Bytes
Versions: 18
Compression:
Stored size: 229 Bytes
Contents
module Netzke::Core # Base for ActionConfig, ComponentConfig, etc class DslConfigBase < ActiveSupport::OrderedOptions def initialize(name, component) @component = component @name = name.to_s end end end
Version data entries
18 entries across 18 versions & 1 rubygems