Class: PPL::Command::Scan

Inherits:
PPL::Command show all
Defined in:
lib/pod-pipeline/command/scan.rb,
lib/pod-pipeline/command/scan/all.rb,
lib/pod-pipeline/command/scan/name.rb,
lib/pod-pipeline/command/scan/branch.rb,
lib/pod-pipeline/command/scan/depend.rb,
lib/pod-pipeline/command/scan/remote.rb,
lib/pod-pipeline/command/scan/version.rb,
lib/pod-pipeline/command/scan/workspace.rb

Direct Known Subclasses

All, Branch, Depend, Name, Remote, Version, Workspace

Defined Under Namespace

Classes: All, Branch, Depend, Name, Remote, Version, Workspace

Instance Method Summary collapse

Methods inherited from PPL::Command

#argv_extension, ensure_not_root_or_allowed!, git_version, options, options_extension, options_extension_hash, run, verify_minimum_git_version!, verify_xcode_license_approved!

Constructor Details

#initialize(argv) ⇒ Scan

Returns a new instance of Scan.



19
20
21
# File 'lib/pod-pipeline/command/scan.rb', line 19

def initialize(argv)
    super
end