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
Defined Under Namespace
Classes: Add, Lint, List, Push, Remove, Update
Instance Method Summary collapse
Methods included from Executable
executable, execute_command, which
Methods inherited from Pod::Command
#ensure_master_spec_repo_exists!, #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
24 25 26 |
# File 'lib/cocoapods/command/repo.rb', line 24 def dir config.repos_dir + @name end |