Class: PPL::Command::Scan::Remote
- Inherits:
 - 
      PPL::Command::Scan
      
        
- Object
 - CLAide::Command
 - PPL::Command
 - PPL::Command::Scan
 - PPL::Command::Scan::Remote
 
 
- Defined in:
 - lib/pod-pipeline/command/scan/remote.rb
 
Class Method Summary collapse
Instance Method Summary collapse
- 
  
    
      #initialize(argv)  ⇒ Remote 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Remote.
 - #run ⇒ Object
 
Methods inherited from PPL::Command
#argv_extension, ensure_not_root_or_allowed!, git_version, options_extension, options_extension_hash, run, verify_minimum_git_version!, verify_xcode_license_approved!
Constructor Details
#initialize(argv) ⇒ Remote
Returns a new instance of Remote.
      20 21 22 23 24 25 26  | 
    
      # File 'lib/pod-pipeline/command/scan/remote.rb', line 20 def initialize(argv) @path = argv.arguments! @projectPath = @path.count.zero? ? Pathname.pwd.to_s : @path.first super end  | 
  
Class Method Details
.options ⇒ Object
      16 17 18  | 
    
      # File 'lib/pod-pipeline/command/scan/remote.rb', line 16 def self. [].concat(super) end  |