Class: Pod::Command::Repo

Inherits:
Pod::Command show all
Extended by:
Executable
Defined in:
lib/cocoapods/command/repo.rb

Direct Known Subclasses

Add, Lint, Update

Defined Under Namespace

Classes: Add, Lint, Update

Instance Method Summary collapse

Methods included from Executable

executable, execute_command

Methods inherited from Pod::Command

#initialize, options, parse, report_error, run

Methods included from Pod::Config::Mixin

#config

Constructor Details

This class inherits a constructor from Pod::Command

Instance Method Details

#dirObject



139
140
141
# File 'lib/cocoapods/command/repo.rb', line 139

def dir
  config.repos_dir + @name
end