Class: Awspec::Generator::Doc::Type::AlbListener

Inherits:
Base
  • Object
show all
Defined in:
lib/awspec/generator/doc/type/alb_listener.rb

Instance Method Summary collapse

Methods inherited from Base

#collect_matchers, #doc_template, #generate_doc, #sort_num, #type_name

Constructor Details

#initializeAlbListener

rubocop:disable Metrics/LineLength



6
7
8
9
10
11
12
13
14
# File 'lib/awspec/generator/doc/type/alb_listener.rb', line 6

def initialize
  super
  @type_name = 'AlbListener'
  @type = Awspec::Type::AlbListener.new('arn:aws:elasticloadbalancing:ap-northeast-1:1234567890:listener/app/my-alb/1aa1bb1cc1ddee11/f2f7dc8efc522ab2')
  @ret = @type.resource_via_client
  @matchers = []
  @ignore_matchers = []
  @describes = []
end