class ZAWS::AWSCLI::Commands

Public Class Methods

new(shellout,aws) click to toggle source
# File lib/zaws/external/awscli/commands.rb, line 4
def initialize(shellout,aws)
      @shellout=shellout
      @aws=aws
end