1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|storage] flag mock modules as non-documented

This commit is contained in:
geemus 2010-10-29 18:16:36 -07:00
parent d68904fe07
commit f0fd80b52b
24 changed files with 24 additions and 24 deletions

View file

@ -42,7 +42,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def copy_object(source_bucket_name, source_object_name, target_bucket_name, target_object_name, options = {})
response = Excon::Response.new

View file

@ -26,7 +26,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def delete_bucket(bucket_name)
response = Excon::Response.new

View file

@ -29,7 +29,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def delete_object(bucket_name, object_name)
response = Excon::Response.new

View file

@ -56,7 +56,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_bucket(bucket_name, options = {})
unless bucket_name

View file

@ -46,7 +46,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_bucket_acl(bucket_name)
Fog::Mock.not_implemented

View file

@ -32,7 +32,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_bucket_location(bucket_name)
response = Excon::Response.new

View file

@ -46,7 +46,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_bucket_logging(bucket_name)
Fog::Mock.not_implemented

View file

@ -71,7 +71,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_bucket_object_versions(bucket_name, options = {})
Fog::Mock.not_implemented

View file

@ -36,7 +36,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_bucket_versioning(bucket_name)
Fog::Mock.not_implemented

View file

@ -55,7 +55,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_object(bucket_name, object_name, options = {}, &block)
unless bucket_name

View file

@ -57,7 +57,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_object_acl(bucket_name, object_name)
Fog::Mock.not_implemented

View file

@ -46,7 +46,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_object_object(bucket_name, object_name)
Fog::Mock.not_implemented

View file

@ -34,7 +34,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_object_url(bucket_name, object_name, expires)
unless bucket_name

View file

@ -32,7 +32,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_request_payment(bucket_name)
response = Excon::Response.new

View file

@ -34,7 +34,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def get_service
response = Excon::Response.new

View file

@ -54,7 +54,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def head_object(bucket_name, object_name, options = {})
response = get_object(bucket_name, object_name, options)

View file

@ -38,7 +38,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def post_object_hidden_fields(options = {})
Fog::Mock.not_implemented

View file

@ -41,7 +41,7 @@ DATA
end
class Mock
class Mock # :nodoc:all
def put_bucket(bucket_name, options = {})
response = Excon::Response.new

View file

@ -72,7 +72,7 @@ DATA
end
class Mock
class Mock # :nodoc:all
def put_bucket_acl(bucket_name, acl)
Fog::Mock.not_implemented

View file

@ -79,7 +79,7 @@ DATA
end
class Mock
class Mock # :nodoc:all
def put_bucket_logging(bucket_name, logging_status)
Fog::Mock.not_implemented

View file

@ -32,7 +32,7 @@ DATA
end
class Mock
class Mock # :nodoc:all
def put_bucket_versioning(bucket_name, status)
Fog::Mock.not_implemented

View file

@ -43,7 +43,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def put_object(bucket_name, object_name, data, options = {})
data = parse_data(data)

View file

@ -34,7 +34,7 @@ module Fog
end
class Mock
class Mock # :nodoc:all
def put_object_url(bucket_name, object_name, expires)
unless bucket_name

View file

@ -31,7 +31,7 @@ DATA
end
class Mock
class Mock # :nodoc:all
def put_request_payment(bucket_name, payer)
response = Excon::Response.new