Class: Pod::Command::Repo

Inherits:
Pod::Command show all
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

Direct Known Subclasses

Add, Lint, List, Push, Remove, Update

Defined Under Namespace

Classes: Add, Lint, List, Push, Remove, Update

Instance Method Summary collapse

Methods included from Executable

capture_command, executable, execute_command, which, which!

Methods inherited from Pod::Command

#ensure_master_spec_repo_exists!, #initialize, options, report_error, run

Methods included from Pod::Config::Mixin

#config

Constructor Details

This class inherits a constructor from Pod::Command

Instance Method Details

#dirObject



24
25
26
# File 'lib/cocoapods/command/repo.rb', line 24

def dir
  config.repos_dir + @name
end