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