class Dapp::Dimg::CLI::Command::Dimg::Stages::CleanupRepo

Public Instance Methods

repo() click to toggle source
# File lib/dapp/dimg/cli/command/dimg/stages/cleanup_repo.rb, line 17
def repo
  self.class.required_argument(self, 'repo')
end
run_method() click to toggle source
# File lib/dapp/dimg/cli/command/dimg/stages/cleanup_repo.rb, line 13
def run_method
  :stages_cleanup_repo
end