Sha256: 0f755203714264e9722e3c9d00cb3d0f99b4f5f014b20d55347d1a34c7ace4fa
Contents?: true
Size: 502 Bytes
Versions: 28
Compression:
Stored size: 502 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::MarketplaceEntitlementService 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
28 entries across 28 versions & 1 rubygems