class Awspec::Generator::Doc::Type::AlbTargetGroup

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/awspec/generator/doc/type/alb_target_group.rb, line 7
def initialize
  super
  @type_name = 'AlbTargetGroup'
  @type = Awspec::Type::AlbTargetGroup.new('my-alb-target-group')
  @ret = @type.resource_via_client
  @matchers = %w[belong_to_alb belong_to_vpc]
  @ignore_matchers = []
  @describes = []
end