Sha256: 76b3e7e449098b051c0b13acc971b42694af9663d9514a67e5dabae3ef0d69da
Contents?: true
Size: 415 Bytes
Versions: 43
Compression:
Stored size: 415 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 = %w(have_env_var have_env_vars) @ignore_matchers = [] @describes = [] end end end end end
Version data entries
43 entries across 43 versions & 3 rubygems