Class: Topo::Provision::AwsContextGenerator
- Inherits:
-
ContextGenerator
- Object
- ContextGenerator
- Topo::Provision::AwsContextGenerator
- Defined in:
- lib/topo/provision/aws/generators/context.rb
Instance Method Summary collapse
-
#initialize(data, default_driver) ⇒ AwsContextGenerator
constructor
A new instance of AwsContextGenerator.
Methods inherited from ContextGenerator
#default_action, #deploy, #template
Methods included from Topo::ParseGen
#convert_keys_to_sym, #convert_keys_to_sym_deep, #expand_ref, #lazy_attribute_to_s, #topo_refs, #value_from_path
Constructor Details
#initialize(data, default_driver) ⇒ AwsContextGenerator
Returns a new instance of AwsContextGenerator.
26 27 28 29 |
# File 'lib/topo/provision/aws/generators/context.rb', line 26 def initialize(data, default_driver) super @machine_options = convert_keys_to_sym_deep(@machine_options) if @machine_options end |