class Awspec::Generator::Doc::Type::AutoscalingGroup

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/awspec/generator/doc/type/autoscaling_group.rb, line 5
def initialize
  super
  @type = Awspec::Type::AutoscalingGroup.new('my-auto-scaling-group')
  @ret = @type.resource_via_client
  @matchers = []
  @ignore_matchers = []
  @describes = []
end