Class: CLKey
- Includes:
- CLValueBytesParsers::CLKeyBytesParser
- Defined in:
- lib/types/cl_key.rb
Overview
UREF_ID = 'URef'
Instance Method Summary collapse
- #get_cl_type ⇒ Object
- #get_value ⇒ Object
-
#initialize(value) ⇒ CLKey
constructor
A new instance of CLKey.
Methods included from CLValueBytesParsers::CLKeyBytesParser
Methods inherited from CLValue
Constructor Details
#initialize(value) ⇒ CLKey
Returns a new instance of CLKey.
24 25 26 27 |
# File 'lib/types/cl_key.rb', line 24 def initialize(value) super @value = value end |