Class: Pod::Command::Repo
- Inherits:
 - 
      Pod::Command
      
        
- Object
 - CLAide::Command
 - Pod::Command
 - Pod::Command::Repo
 
 
- Extended by:
 - Executable
 
- Defined in:
 - lib/cocoapods/command/repo.rb,
lib/cocoapods/command/repo/add.rb,
lib/cocoapods/command/repo/lint.rb,
lib/cocoapods/command/repo/list.rb,
lib/cocoapods/command/repo/push.rb,
lib/cocoapods/command/repo/remove.rb,
lib/cocoapods/command/repo/update.rb,
lib/cocoapods/command/repo/add_cdn.rb 
Defined Under Namespace
Classes: Add, AddCDN, Lint, List, Push, Remove, Update
Instance Method Summary collapse
Methods included from Executable
capture_command, capture_command!, executable, execute_command, which, which!
Methods inherited from Pod::Command
#ensure_master_spec_repo_exists!, ensure_not_root_or_allowed!, #initialize, options, report_error, run
Methods included from Pod::Config::Mixin
Constructor Details
This class inherits a constructor from Pod::Command
Instance Method Details
#dir ⇒ Object
      25 26 27  | 
    
      # File 'lib/cocoapods/command/repo.rb', line 25 def dir config.repos_dir + @name end  |