Sha256: c188545e9d053090df6a5a06865e43c06d56dfe5d69790f7295c18184a47b58c
Contents?: true
Size: 738 Bytes
Versions: 55
Compression:
Stored size: 738 Bytes
Contents
module Fog module Parsers module Storage module Google autoload :AccessControlList, File.expand_path("../google/access_control_list", __FILE__) autoload :CopyObject, File.expand_path("../google/copy_object", __FILE__) autoload :GetBucket, File.expand_path("../google/get_bucket", __FILE__) autoload :GetBucketLogging, File.expand_path("../google/get_bucket_logging", __FILE__) autoload :GetBucketObjectVersions, File.expand_path("../google/get_bucket_object_versions", __FILE__) autoload :GetRequestPayment, File.expand_path("../google/get_request_payment", __FILE__) autoload :GetService, File.expand_path("../google/get_service", __FILE__) end end end end
Version data entries
55 entries across 55 versions & 2 rubygems