Class: Dato::UnknownNode

Inherits:
DastNode
  • Object
show all
Defined in:
app/components/dato/unknown_node.rb

Instance Attribute Summary

Attributes inherited from Node

#root

Instance Method Summary collapse

Methods inherited from DastNode

#generated_tag

Methods inherited from Node

#blocks, #debug_node, #overrides, #render_node

Constructor Details

#initialize(node, root) ⇒ UnknownNode

Returns a new instance of UnknownNode.



5
6
7
# File 'app/components/dato/unknown_node.rb', line 5

def initialize(node, root)
  super(node, node.type, root)
end