Sha256: 4bb0aa1c6c005081684c4735c3febf7d65bf13d370bc0ff83e91a3638086d918
Contents?: true
Size: 520 Bytes
Versions: 30
Compression:
Stored size: 520 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::CodeCatalyst 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
30 entries across 30 versions & 1 rubygems