Class: CArray::Fusion::Const

Inherits:
Struct
  • Object
show all
Defined in:
lib/carray/fusion.rb

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeObject

Returns the value of attribute data_type

Returns:

  • (Object)

    the current value of data_type



25
26
27
# File 'lib/carray/fusion.rb', line 25

def data_type
  @data_type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



25
26
27
# File 'lib/carray/fusion.rb', line 25

def value
  @value
end