Module: Eco::API::UseCases::Lib::Sftp
- Includes:
- Language::AuxiliarLogger
- Included in:
- GraphQL::Utils::Sftp, Samples::Drivers::Sftp
- Defined in:
- lib/eco/api/usecases/lib/sftp.rb
Defined Under Namespace
Classes: UnspecifiedRemoteFolder
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#session ⇒ Object
readonly
Returns the value of attribute session.
Attributes included from Language::AuxiliarLogger
Method Summary
Methods included from Language::AuxiliarLogger
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
7 8 9 |
# File 'lib/eco/api/usecases/lib/sftp.rb', line 7 def @options end |
#session ⇒ Object (readonly)
Returns the value of attribute session.
7 8 9 |
# File 'lib/eco/api/usecases/lib/sftp.rb', line 7 def session @session end |