Class: Services::Aws

Inherits:
Thor
  • Object
show all
Defined in:
lib/mist/services/aws.rb

Instance Method Summary collapse

Constructor Details

#initialize(config = {}) ⇒ Aws

Returns a new instance of Aws.



5
6
7
8
9
10
11
12
13
14
15
16
# File 'lib/mist/services/aws.rb', line 5

def initialize(config = {})

  if config[:new]


  end

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

end

Instance Method Details

#boot(image) ⇒ Object



18
19
20
21
# File 'lib/mist/services/aws.rb', line 18

def boot(image)


end