Class: Strling::IR::BackRef
- Inherits:
-
Data
- Object
- Data
- Strling::IR::BackRef
- Defined in:
- lib/strling/ir.rb
Instance Attribute Summary collapse
-
#byIndex ⇒ Object
readonly
Returns the value of attribute byIndex.
-
#byName ⇒ Object
readonly
Returns the value of attribute byName.
-
#ir ⇒ Object
readonly
Returns the value of attribute ir.
Instance Attribute Details
#byIndex ⇒ Object (readonly)
Returns the value of attribute byIndex
17 18 19 |
# File 'lib/strling/ir.rb', line 17 def byIndex @byIndex end |
#byName ⇒ Object (readonly)
Returns the value of attribute byName
17 18 19 |
# File 'lib/strling/ir.rb', line 17 def byName @byName end |
#ir ⇒ Object (readonly)
Returns the value of attribute ir
17 18 19 |
# File 'lib/strling/ir.rb', line 17 def ir @ir end |