Class: AwsGraph::CLI
- Inherits:
-
Thor
- Object
- Thor
- AwsGraph::CLI
- Defined in:
- lib/aws-graph.rb
Instance Method Summary collapse
Instance Method Details
#draw ⇒ Object
14 15 16 17 18 |
# File 'lib/aws-graph.rb', line 14 def draw() yml = [:config] self.load(yml) self.sg() end |