Method: Awspec::Generator::Doc::Type::Sqs#initialize
- Defined in:
- lib/awspec/generator/doc/type/sqs.rb
#initialize ⇒ Sqs
Returns a new instance of Sqs.
7 8 9 10 11 12 13 14 15 |
# 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 |