Class: CArray::Fusion::Leaf
- Inherits:
-
Struct
- Object
- Struct
- CArray::Fusion::Leaf
- Defined in:
- lib/carray/fusion.rb
Instance Attribute Summary collapse
-
#data_type ⇒ Object
Returns the value of attribute data_type.
-
#index ⇒ Object
Returns the value of attribute index.
-
#masked ⇒ Object
Returns the value of attribute masked.
Instance Attribute Details
#data_type ⇒ Object
Returns the value of attribute 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
24 25 26 |
# File 'lib/carray/fusion.rb', line 24 def index @index end |
#masked ⇒ Object
Returns the value of attribute masked
24 25 26 |
# File 'lib/carray/fusion.rb', line 24 def masked @masked end |