Class: Strling::Nodes::BackReference
- Inherits:
-
Data
- Object
- Data
- Strling::Nodes::BackReference
- Defined in:
- lib/strling/nodes.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index
16 17 18 |
# File 'lib/strling/nodes.rb', line 16 def index @index end |
#name ⇒ Object (readonly)
Returns the value of attribute name
16 17 18 |
# File 'lib/strling/nodes.rb', line 16 def name @name end |