Class: Vx::Builder::BuildConfiguration::Deploy::Shell
- Defined in:
- lib/vx/builder/build_configuration/deploy/shell.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#branch?, detect, #initialize, key, #key, loaded, module_by_key, provide, #to_hash
Constructor Details
This class inherits a constructor from Vx::Builder::BuildConfiguration::Deploy::Base
Instance Method Details
#to_commands ⇒ Object
12 13 14 |
# File 'lib/vx/builder/build_configuration/deploy/shell.rb', line 12 def to_commands key.map(&:to_s) end |