Class: Dato::Blockquote

Inherits:
DastNode show all
Defined in:
app/components/dato/blockquote.rb

Instance Attribute Summary

Attributes inherited from Node

#node, #parent, #root

Instance Method Summary collapse

Methods inherited from DastNode

#generated_tag

Methods inherited from Node

#blocks, #debug_node, #find_ancestor, #links, #node_type, #overrides, #parent_type, #render_node

Constructor Details

#initialize(node, root, parent = nil) ⇒ Blockquote

Returns a new instance of Blockquote.



4
5
6
# File 'app/components/dato/blockquote.rb', line 4

def initialize(node, root, parent = nil)
  super(node, "blockquote", root, parent)
end