Sha256: 88e671ecea768ed58755811b26af1e798f4828f80856e6cb2e44fd081b547083
Contents?: true
Size: 515 Bytes
Versions: 155
Compression:
Stored size: 515 Bytes
Contents
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::Connect class Resource # @param options ({}) # @option options [Client] :client def initialize(options = {}) @client = options[:client] || Client.new(options) end # @return [Client] def client @client end end end
Version data entries
155 entries across 155 versions & 1 rubygems