Sha256: 3e2a6d7b9314018c1f37cec903a00ab79bfef3e18c676ca06eeb5b339d53df11

Contents?: true

Size: 363 Bytes

Versions: 2

Compression:

Stored size: 363 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class Sqs < Base
        def initialize
          super
          @type_name = 'SQS'
          @type = Awspec::Type::Sqs.new('my-queue')
          @ret = @type.resource_via_client
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
awspec-0.82.1 lib/awspec/generator/doc/type/sqs.rb
awspec-0.82.0 lib/awspec/generator/doc/type/sqs.rb