Class: RSX::Nodes::Element
- Inherits:
-
Struct
- Object
- Struct
- RSX::Nodes::Element
- Defined in:
- lib/rsx/nodes.rb
Overview
,
,
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#children ⇒ Object
Returns the value of attribute children.
-
#line ⇒ Object
Returns the value of attribute line.
-
#self_closing ⇒ Object
Returns the value of attribute self_closing.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
14 15 16 |
# File 'lib/rsx/nodes.rb', line 14 def attributes @attributes end |
#children ⇒ Object
Returns the value of attribute children
14 15 16 |
# File 'lib/rsx/nodes.rb', line 14 def children @children end |
#line ⇒ Object
Returns the value of attribute line
14 15 16 |
# File 'lib/rsx/nodes.rb', line 14 def line @line end |
#self_closing ⇒ Object
Returns the value of attribute self_closing
14 15 16 |
# File 'lib/rsx/nodes.rb', line 14 def self_closing @self_closing end |
#tag ⇒ Object
Returns the value of attribute tag
14 15 16 |
# File 'lib/rsx/nodes.rb', line 14 def tag @tag end |