Class: Kumi::Core::IR::Op
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Core::IR::Op
- Defined in:
- lib/kumi/core/ir.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#attrs ⇒ Object
Returns the value of attribute attrs.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Op
constructor
A new instance of Op.
Constructor Details
#initialize(**args) ⇒ Op
7 8 9 10 |
# File 'lib/kumi/core/ir.rb', line 7 def initialize(**args) super freeze end |
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
6 7 8 |
# File 'lib/kumi/core/ir.rb', line 6 def args @args end |
#attrs ⇒ Object
Returns the value of attribute attrs
6 7 8 |
# File 'lib/kumi/core/ir.rb', line 6 def attrs @attrs end |
#tag ⇒ Object
Returns the value of attribute tag
6 7 8 |
# File 'lib/kumi/core/ir.rb', line 6 def tag @tag end |