Sha256: e90b25d067b5230267b089b385adb9f2360449858928e290411f9a1307c28abf

Contents?: true

Size: 233 Bytes

Versions: 10

Compression:

Stored size: 233 Bytes

Contents

module Sunzi
  module Cloud
    class EC2 < Base
      def setup
        Logger.error 'EC2 is not implemented yet!'
      end

      def teardown(target)
        Logger.error 'EC2 is not implemented yet!'
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
sunzi-0.9.0 lib/sunzi/cloud/ec2.rb
sunzi-0.8.0 lib/sunzi/cloud/ec2.rb
sunzi-0.7.0 lib/sunzi/cloud/ec2.rb
sunzi-0.6.0 lib/sunzi/cloud/ec2.rb
sunzi-0.5.1 lib/sunzi/cloud/ec2.rb
sunzi-0.5.0 lib/sunzi/cloud/ec2.rb
sunzi-0.4.4 lib/sunzi/cloud/ec2.rb
sunzi-0.4.3 lib/sunzi/cloud/ec2.rb
sunzi-0.4.2 lib/sunzi/cloud/ec2.rb
sunzi-0.4.1 lib/sunzi/cloud/ec2.rb