Class: Hyrb::Commands::Developers
- Inherits:
-
Hyrb::Command
- Object
- Thor
- Hyrb::Command
- Hyrb::Commands::Developers
- Defined in:
- lib/hyrb/commands/developers.rb
Instance Method Summary collapse
Methods inherited from Hyrb::Command
Instance Method Details
#download(project = nil) ⇒ Object
10 11 12 |
# File 'lib/hyrb/commands/developers.rb', line 10 def download(project = nil) pipeline(Hyrb::Tasks::Developers::Download, project_name: project) end |
#show(developer_name = nil) ⇒ Object
5 6 7 |
# File 'lib/hyrb/commands/developers.rb', line 5 def show(developer_name = nil) pipeline(Hyrb::Tasks::Developers::Show, developer_name: developer_name) end |