Sha256: 9a5e4baf57861b9d474fd1d242495cc0e72784ee8a2708e23fa5752ac0d0a3c0

Contents?: true

Size: 387 Bytes

Versions: 148

Compression:

Stored size: 387 Bytes

Contents

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

Version data entries

148 entries across 148 versions & 2 rubygems

Version Path
awspec-0.28.1 lib/awspec/generator/doc/type/lambda.rb
awspec-0.28.0 lib/awspec/generator/doc/type/lambda.rb
awspec-0.27.2 lib/awspec/generator/doc/type/lambda.rb
awspec-0.27.1 lib/awspec/generator/doc/type/lambda.rb
awspec-0.27.0 lib/awspec/generator/doc/type/lambda.rb
awspec-0.26.2 lib/awspec/generator/doc/type/lambda.rb
awspec-0.26.1 lib/awspec/generator/doc/type/lambda.rb
awspec-0.26.0 lib/awspec/generator/doc/type/lambda.rb