Class: Vx::Builder::BuildConfiguration::Deploy::Shell

Inherits:
Base
  • Object
show all
Defined in:
lib/vx/builder/build_configuration/deploy/shell.rb

Instance Attribute Summary

Attributes inherited from Base

#branch, #params

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_commandsObject



12
13
14
# File 'lib/vx/builder/build_configuration/deploy/shell.rb', line 12

def to_commands
  key.map(&:to_s)
end