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