Class: Flexr::IR::State
- Inherits:
-
Struct
- Object
- Struct
- Flexr::IR::State
- Defined in:
- lib/flexr/ir.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#inclusive ⇒ Object
Returns the value of attribute inclusive.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
19 20 21 |
# File 'lib/flexr/ir.rb', line 19 def id @id end |
#inclusive ⇒ Object
Returns the value of attribute inclusive
19 20 21 |
# File 'lib/flexr/ir.rb', line 19 def inclusive @inclusive end |
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/flexr/ir.rb', line 19 def name @name end |