Class: Psych::Pure::Emitter::ArrayNode
Overview
Represents an array of nodes.
Instance Attribute Summary collapse
-
#anchor ⇒ Object
Returns the value of attribute anchor.
-
#dirty ⇒ Object
Returns the value of attribute dirty.
-
#tag ⇒ Object
Returns the value of attribute tag.
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Node
Constructor Details
This class inherits a constructor from Psych::Pure::Emitter::Node
Instance Attribute Details
#anchor ⇒ Object
Returns the value of attribute anchor.
4124 4125 4126 |
# File 'lib/psych/pure.rb', line 4124 def anchor @anchor end |
#dirty ⇒ Object
Returns the value of attribute dirty.
4124 4125 4126 |
# File 'lib/psych/pure.rb', line 4124 def dirty @dirty end |
#tag ⇒ Object
Returns the value of attribute tag.
4124 4125 4126 |
# File 'lib/psych/pure.rb', line 4124 def tag @tag end |
Instance Method Details
#accept(visitor) ⇒ Object
4126 4127 4128 |
# File 'lib/psych/pure.rb', line 4126 def accept(visitor) visitor.visit_array(self) end |