Sha256: 6a3c6b3cb7d3425b6ccb6dba2be546eb50e9709eada94e37122b09f8beb59b0e
Contents?: true
Size: 490 Bytes
Versions: 30
Compression:
Stored size: 490 Bytes
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::ElasticTranscoder 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