Class: Hyrb::Commands::Defaults
- Inherits:
-
Hyrb::Command
- Object
- Thor
- Hyrb::Command
- Hyrb::Commands::Defaults
- Defined in:
- lib/hyrb/commands/defaults.rb
Instance Method Summary collapse
Methods inherited from Hyrb::Command
Instance Method Details
#build ⇒ Object
10 11 12 |
# File 'lib/hyrb/commands/defaults.rb', line 10 def build pipeline(Hyrb::Tasks::Defaults::Build) end |
#edit ⇒ Object
15 16 17 |
# File 'lib/hyrb/commands/defaults.rb', line 15 def edit pipeline(Hyrb::Tasks::Defaults::Edit) end |
#show ⇒ Object
5 6 7 |
# File 'lib/hyrb/commands/defaults.rb', line 5 def show pipeline(Hyrb::Tasks::Defaults::Show) end |