Sha256: c56e3fcaf55cd4f90731e913444b76ddf0ebe54857534103aea86902485b1c47
Contents?: true
Size: 359 Bytes
Versions: 5
Compression:
Stored size: 359 Bytes
Contents
module Awspec::Generator module Doc module Type class AutoScalingGroup < Base def initialize super @type = Awspec::Type::AutoScalingGroup.new('my-auto-scaling-group') @ret = @type.group @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems