Class: Kumi::Core::LIR::Structs::Stamp
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Core::LIR::Structs::Stamp
- Defined in:
- lib/kumi/core/lir/structs/stamp.rb
Instance Attribute Summary collapse
-
#dtype ⇒ Object
Returns the value of attribute dtype.
Instance Method Summary collapse
-
#to_h ⇒ Object
include Typed # enable if you add typed.rb.
Instance Attribute Details
#dtype ⇒ Object
Returns the value of attribute dtype
6 7 8 |
# File 'lib/kumi/core/lir/structs/stamp.rb', line 6 def dtype @dtype end |
Instance Method Details
#to_h ⇒ Object
include Typed # enable if you add typed.rb
8 |
# File 'lib/kumi/core/lir/structs/stamp.rb', line 8 def to_h = { dtype: dtype } |