class Topo::Provision::AwsMachineImageGenerator
Public Class Methods
new(data)
click to toggle source
Calls superclass method
Topo::Provision::MachineImageGenerator::new
# File lib/topo/provision/aws/generators/machine_image.rb, line 29 def initialize(data) super opts = @resource_attributes['image_options'] @resource_attributes['image_options'] = convert_keys_to_sym_deep(opts) if opts @machine_options = convert_keys_to_sym_deep(@machine_options) if @machine_options end
Public Instance Methods
stop()
click to toggle source
AWS driver doesnt currently support stop
# File lib/topo/provision/aws/generators/machine_image.rb, line 37 def stop() default_action('stop') end