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