= private = protected
set_typecode(v)
Private setter for the typecode v
see also URI::FTP.typecode=
# File lib/uri/ftp.rb, line 179 def set_typecode(v) @typecode = v end