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