Class: CLBool
- Includes:
- Boolean, CLValueBytesParsers::CLBoolBytesParser
- Defined in:
- lib/types/cl_bool.rb
Instance Method Summary collapse
- #get_cl_tag ⇒ Object
- #get_cl_type ⇒ Object
- #get_value ⇒ Object
-
#initialize(value) ⇒ CLBool
constructor
A new instance of CLBool.
Methods included from CLValueBytesParsers::CLBoolBytesParser
Constructor Details
Instance Method Details
#get_cl_tag ⇒ Object
24 25 26 |
# File 'lib/types/cl_bool.rb', line 24 def get_cl_tag CLBoolType.get_tag end |
#get_cl_type ⇒ Object
19 20 21 22 |
# File 'lib/types/cl_bool.rb', line 19 def get_cl_type @cl_bool_type = CLBoolType.new(true) @cl_bool_type.to_string end |
#get_value ⇒ Object
28 29 30 |
# File 'lib/types/cl_bool.rb', line 28 def get_value @value end |