Module: Eco::API::UseCases::Lib::Files::Sftp

Includes:
Language::AuxiliarLogger
Included in:
GraphQL::Utils::Sftp, Samples::Drivers::Sftp, Service::Sftp
Defined in:
lib/eco/api/usecases/lib/files/sftp.rb

Defined Under Namespace

Classes: UnspecifiedRemoteFolder

Instance Attribute Summary collapse

Attributes included from Language::AuxiliarLogger

#logger

Method Summary

Methods included from Language::AuxiliarLogger

#log

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



7
8
9
# File 'lib/eco/api/usecases/lib/files/sftp.rb', line 7

def options
  @options
end

#sessionObject (readonly)

Returns the value of attribute session.



7
8
9
# File 'lib/eco/api/usecases/lib/files/sftp.rb', line 7

def session
  @session
end