Class: Strling::IR::Seq
- Inherits:
-
Data
- Object
- Data
- Strling::IR::Seq
- Defined in:
- lib/strling/ir.rb
Instance Attribute Summary collapse
-
#ir ⇒ Object
readonly
Returns the value of attribute ir.
-
#parts ⇒ Object
readonly
Returns the value of attribute parts.
Instance Attribute Details
#ir ⇒ Object (readonly)
Returns the value of attribute ir
14 15 16 |
# File 'lib/strling/ir.rb', line 14 def ir @ir end |
#parts ⇒ Object (readonly)
Returns the value of attribute parts
14 15 16 |
# File 'lib/strling/ir.rb', line 14 def parts @parts end |