Class: CArray::Fusion::Const
- Inherits:
-
Struct
- Object
- Struct
- CArray::Fusion::Const
- Defined in:
- lib/carray/fusion.rb
Instance Attribute Summary collapse
-
#data_type ⇒ Object
Returns the value of attribute data_type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#data_type ⇒ Object
Returns the value of attribute data_type
25 26 27 |
# File 'lib/carray/fusion.rb', line 25 def data_type @data_type end |
#value ⇒ Object
Returns the value of attribute value
25 26 27 |
# File 'lib/carray/fusion.rb', line 25 def value @value end |