Class: Vx::Builder::BuildConfiguration::Deploy
- Inherits:
-
Object
- Object
- Vx::Builder::BuildConfiguration::Deploy
- Defined in:
- lib/vx/builder/build_configuration/deploy.rb
Instance Method Summary collapse
-
#initialize(new_env) ⇒ Deploy
constructor
A new instance of Deploy.
- #providers ⇒ Object (also: #attributes)
Constructor Details
#initialize(new_env) ⇒ Deploy
Returns a new instance of Deploy.
8 9 10 |
# File 'lib/vx/builder/build_configuration/deploy.rb', line 8 def initialize(new_env) normalize_attributes(new_env) end |
Instance Method Details
#providers ⇒ Object Also known as: attributes
12 13 14 |
# File 'lib/vx/builder/build_configuration/deploy.rb', line 12 def providers @providers end |