Module: Fastlane::Sftp

Defined in:
lib/fastlane/plugin/sftp.rb,
lib/fastlane/plugin/sftp/version.rb,
lib/fastlane/plugin/sftp/helper/options.rb,
lib/fastlane/plugin/sftp/helper/uploader.rb,
lib/fastlane/plugin/sftp/helper/downloader.rb

Defined Under Namespace

Classes: Downloader, Options, Uploader

Constant Summary collapse

VERSION =
"0.1.0".freeze
SUMMARY =
'Fastlane plugin for uploading files via SFTP'.freeze
DESCRIPTION =
'Fastlane plugin SFTP'.freeze

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the “actions” and “helper” directory



11
12
13
# File 'lib/fastlane/plugin/sftp.rb', line 11

def self.all_classes
  Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
end