Class: DSeL::API::Node
Defined Under Namespace
Modules: ClassMethods
Instance Attribute Summary
Attributes inherited from Node
Class Method Summary collapse
Methods inherited from Node
#_dsel_node, #calc_node_hash, #hash, #initialize, #root?
Constructor Details
This class inherits a constructor from DSeL::Node
Class Method Details
.inherited(base) ⇒ Object
6 7 8 |
# File 'lib/dsel/api/node.rb', line 6 def self.inherited( base ) base.extend ClassMethods end |