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