Class: Strling::IR::Range

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

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



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

def from
  @from
end

#irObject (readonly)

Returns the value of attribute ir

Returns:

  • (Object)

    the current value of ir



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

def ir
  @ir
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



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

def to
  @to
end