Class: IntInternal

Inherits:
DataType show all
Defined in:
lib/sdx/vm/datatypes.rb

Instance Attribute Summary

Attributes inherited from DataType

#fields, #internal

Instance Method Summary collapse

Constructor Details

#initialize(val) ⇒ IntInternal

Returns a new instance of IntInternal.



28
29
30
# File 'lib/sdx/vm/datatypes.rb', line 28

def initialize(val)
    @internal = val
end