Class: CLMap
- Includes:
- CLValueBytesParsers::CLMapBytesParser
- Defined in:
- lib/types/cl_map.rb
Instance Method Summary collapse
- #get_cl_type ⇒ Object
- #get_value ⇒ Object
-
#initialize(value = nil) ⇒ CLMap
constructor
A new instance of CLMap.
Methods included from CLValueBytesParsers::CLMapBytesParser
Constructor Details
#initialize(value = nil) ⇒ CLMap
Returns a new instance of CLMap.
10 11 12 13 |
# File 'lib/types/cl_map.rb', line 10 def initialize(value = nil) super @value = value end |