Class: Hyrb::Tasks::Creds::Inject
- Inherits:
-
Hyrb::Task
- Object
- Hyrb::Task
- Hyrb::Tasks::Creds::Inject
- Defined in:
- lib/hyrb/tasks/creds.rb
Instance Attribute Summary
Attributes inherited from Hyrb::Task
Instance Method Summary collapse
Methods inherited from Hyrb::Task
depends, #initialize, prompt, prompts, #run_before
Constructor Details
This class inherits a constructor from Hyrb::Task
Instance Method Details
#run(env) ⇒ Object
7 8 9 |
# File 'lib/hyrb/tasks/creds.rb', line 7 def run(env) env.creds = Hyrb::Models::Creds.new end |