Class: Hyrb::Commands::Creds

Inherits:
Hyrb::Command show all
Defined in:
lib/hyrb/commands/creds.rb

Instance Method Summary collapse

Methods inherited from Hyrb::Command

subc

Instance Method Details

#buildObject



10
11
12
# File 'lib/hyrb/commands/creds.rb', line 10

def build
  pipeline(Hyrb::Tasks::Creds::Build)
end

#editObject



15
16
17
# File 'lib/hyrb/commands/creds.rb', line 15

def edit
  pipeline(Hyrb::Tasks::Creds::Edit)
end

#showObject



5
6
7
# File 'lib/hyrb/commands/creds.rb', line 5

def show
  pipeline(Hyrb::Tasks::Creds::Show)
end