Sha256: a945f5705b749f58ef06ddfada8c77c441337d0f3239cb9f19b6b8a5159bdf8d

Contents?: true

Size: 907 Bytes

Versions: 4

Compression:

Stored size: 907 Bytes

Contents

# frozen_string_literal: true

module Aws
  # setup autoloading for Stubbing module
  module Stubbing
    autoload :EmptyStub, 'aws-sdk-core/stubbing/empty_stub'
    autoload :DataApplicator, 'aws-sdk-core/stubbing/data_applicator'
    autoload :StubData, 'aws-sdk-core/stubbing/stub_data'
    autoload :XmlError, 'aws-sdk-core/stubbing/xml_error'

    module Protocols
      autoload :Json, 'aws-sdk-core/stubbing/protocols/json'
      autoload :Rest, 'aws-sdk-core/stubbing/protocols/rest'
      autoload :RestJson, 'aws-sdk-core/stubbing/protocols/rest_json'
      autoload :RestXml, 'aws-sdk-core/stubbing/protocols/rest_xml'
      autoload :Query, 'aws-sdk-core/stubbing/protocols/query'
      autoload :EC2, 'aws-sdk-core/stubbing/protocols/ec2'
      autoload :RpcV2, 'aws-sdk-core/stubbing/protocols/rpc_v2'
      autoload :ApiGateway, 'aws-sdk-core/stubbing/protocols/api_gateway'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aws-sdk-core-3.210.0 lib/aws-sdk-core/stubbing.rb
aws-sdk-core-3.209.1 lib/aws-sdk-core/stubbing.rb
aws-sdk-core-3.209.0 lib/aws-sdk-core/stubbing.rb
aws-sdk-core-3.208.0 lib/aws-sdk-core/stubbing.rb