Class: Forger::Wait
Instance Method Summary
collapse
Methods inherited from Command
alter_command_description, command_help, dispatch
Instance Method Details
#ami(name) ⇒ Object
6
7
8
|
# File 'lib/forger/wait.rb', line 6
def ami(name)
Waiter::Ami.new(options.merge(name: name)).wait
end
|