Class: AwsGraph::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/aws-graph.rb

Instance Method Summary collapse

Instance Method Details

#drawObject



14
15
16
17
18
# File 'lib/aws-graph.rb', line 14

def draw()
  yml = options[:config]
  self.load(yml)
  self.sg()
end