Class: CArray::Fusion::Leaf

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

Instance Attribute Summary collapse

Instance Attribute Details

#data_type ⇒ Object

Returns the value of attribute data_type

Returns:

  • (Object) —

    the current value of data_type



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

def data_type
  @data_type
end

#index ⇒ Object

Returns the value of attribute index

Returns:

  • (Object) —

    the current value of index



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

def index
  @index
end

#masked ⇒ Object

Returns the value of attribute masked

Returns:

  • (Object) —

    the current value of masked



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

def masked
  @masked
end