class Awspec::Generator::Doc::Type::NlbTargetGroup

Public Class Methods

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