Class: DSeL::API::Node

Inherits:
Node show all
Defined in:
lib/dsel/api/node.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary

Attributes inherited from Node

#parent, #root, #subject

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