Class: RSX::Nodes::Component
- Inherits:
-
Struct
- Object
- Struct
- RSX::Nodes::Component
- 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.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
17 18 19 |
# File 'lib/rsx/nodes.rb', line 17 def attributes @attributes end |
#children ⇒ Object
Returns the value of attribute children
17 18 19 |
# File 'lib/rsx/nodes.rb', line 17 def children @children end |
#line ⇒ Object
Returns the value of attribute line
17 18 19 |
# File 'lib/rsx/nodes.rb', line 17 def line @line end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/rsx/nodes.rb', line 17 def name @name end |