Sha256: 69c64a3b8b661c1eafb6f662efcd3c90ec7198b8563136f6f9621344f68d6b63
Contents?: true
Size: 176 Bytes
Versions: 7
Compression:
Stored size: 176 Bytes
Contents
module AwsEc2 class Base def initialize(options={}) @options = options.clone AwsEc2.validate_in_project! Profile.new(@options).check! end end end
Version data entries
7 entries across 7 versions & 1 rubygems