Sha256: a780e06e9f5fc369fc5ff34205116d341a5b2df52839ce7a0062b056b5981b18
Contents?: true
Size: 382 Bytes
Versions: 5
Compression:
Stored size: 382 Bytes
Contents
module Awspec::Generator module Doc module Type class Ec2 < Base def initialize super @type_name = 'EC2' @type = Awspec::Type::Ec2.new('my-ec2') @ret = @type.instance @matchers = %w(belong_to_vpc belong_to_subnet) @ignore_matchers = [] @describes = [] end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems