Sha256: 29e5d9c631f63ea867bc24928576598a913bf2978805625416988b176446e0ef
Contents?: true
Size: 432 Bytes
Versions: 13
Compression:
Stored size: 432 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class Elasticsearch < Base def initialize super @type_name = 'Elasticsearch' @type = Awspec::Type::Elasticsearch.new('my-elasticsearch') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems