Class: Strling::IR::BackRef

Inherits:
Data
  • Object
show all
Defined in:
lib/strling/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#byIndexObject (readonly)

Returns the value of attribute byIndex

Returns:

  • (Object)

    the current value of byIndex



17
18
19
# File 'lib/strling/ir.rb', line 17

def byIndex
  @byIndex
end

#byNameObject (readonly)

Returns the value of attribute byName

Returns:

  • (Object)

    the current value of byName



17
18
19
# File 'lib/strling/ir.rb', line 17

def byName
  @byName
end

#irObject (readonly)

Returns the value of attribute ir

Returns:

  • (Object)

    the current value of ir



17
18
19
# File 'lib/strling/ir.rb', line 17

def ir
  @ir
end