class Awspec::Generator::Doc::Type::Sqs

Public Class Methods

new() click to toggle source
Calls superclass method Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/sqs.rb, line 7
def initialize
  super
  @type_name = 'SQS'
  @type = Awspec::Type::Sqs.new('my-queue')
  @ret = @type.resource_via_client
  @matchers = []
  @ignore_matchers = []
  @describes = @type.resource_via_client.keys
end