Class: CLTuple3
Instance Attribute Summary
Attributes inherited from CLTuple
Instance Method Summary collapse
- #get_cl_type ⇒ Object
-
#initialize(data) ⇒ CLTuple3
constructor
A new instance of CLTuple3.
Methods inherited from CLTuple
#get, #get_full_type, #get_size, #get_tuple_name, #get_value, #push, #set
Methods included from CLValueBytesParsers::CLTupleBytesParser
Constructor Details
#initialize(data) ⇒ CLTuple3
Returns a new instance of CLTuple3.
142 143 144 145 |
# File 'lib/types/cl_tuple.rb', line 142 def initialize(data) super(3, data) # puts data end |
Instance Method Details
#get_cl_type ⇒ Object
147 148 149 150 |
# File 'lib/types/cl_tuple.rb', line 147 def get_cl_type @cl_tuple_type = CLTuple3Type.new @cl_tuple_type.to_string end |