Class: Atomic::Parser::Node
- Inherits:
-
Struct
- Object
- Struct
- Atomic::Parser::Node
- Defined in:
- lib/atomic/parser.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#name ⇒ Object
Returns the value of attribute name.
-
#text ⇒ Object
Returns the value of attribute text.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
permalink #attributes ⇒ Object
Returns the value of attribute attributes
22 23 24 |
# File 'lib/atomic/parser.rb', line 22 def attributes @attributes end |
permalink #depth ⇒ Object
Returns the value of attribute depth
22 23 24 |
# File 'lib/atomic/parser.rb', line 22 def depth @depth end |
permalink #name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/atomic/parser.rb', line 22 def name @name end |
permalink #text ⇒ Object
Returns the value of attribute text
22 23 24 |
# File 'lib/atomic/parser.rb', line 22 def text @text end |
permalink #uri ⇒ Object
Returns the value of attribute uri
22 23 24 |
# File 'lib/atomic/parser.rb', line 22 def uri @uri end |