Method: Remi::Extractor::SftpFile#initialize
- Defined in:
- lib/remi/extractor/sftp_file.rb
#initialize(*args, **kargs) ⇒ SftpFile
Returns a new instance of SftpFile.
8 9 10 11 |
# File 'lib/remi/extractor/sftp_file.rb', line 8 def initialize(*args, **kargs) super init_sftp_file(*args, **kargs) end |