class Services::Aws

Public Class Methods

new(config = {}) click to toggle source
# File lib/mist/services/aws.rb, line 5
def initialize(config = {})

  if config[:new]


  end

  if config[:boot]
    self.boot(config[:boot])
  end

end

Public Instance Methods

boot(image) click to toggle source
# File lib/mist/services/aws.rb, line 18
def boot(image)


end