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