Method: CLTuple1#get_cl_type

Defined in:
lib/types/cl_tuple.rb

#get_cl_typeObject



122
123
124
125
# File 'lib/types/cl_tuple.rb', line 122

def get_cl_type
  @cl_tuple_type = CLTuple1Type.new
  @cl_tuple_type.to_string
end