Class: Pod::Command::RepoArt
- Inherits:
-
Pod::Command
- Object
- Pod::Command
- Pod::Command::RepoArt
- Defined in:
- lib/pod/command/repo_art.rb,
lib/pod/command/repo_art/add.rb,
lib/pod/command/repo_art/lint.rb,
lib/pod/command/repo_art/list.rb,
lib/pod/command/repo_art/push.rb,
lib/pod/command/repo_art/remove.rb,
lib/pod/command/repo_art/update.rb
Defined Under Namespace
Classes: Add, Lint, List, Push, Remove, Update
Constant Summary collapse
Instance Method Summary collapse
Instance Method Details
#init ⇒ Object
25 26 27 |
# File 'lib/pod/command/repo_art.rb', line 25 def init @repos_art_dir = UTIL.get_repos_art_dir() end |