Class: Dato::InlineBlock

Inherits:
DastNode
  • Object
show all
Defined in:
app/components/dato/inline_block.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, #links, #overrides, #render_node

Constructor Details

#initialize(node, root) ⇒ InlineBlock

Returns a new instance of InlineBlock.



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

def initialize(node, root)
  super(node, "inlineBlock", root)
end