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

[Brightbox] Comments out rogue text

This commit is contained in:
Paul Thornthwaite 2012-11-16 00:11:49 +00:00
parent a71334f482
commit 89b18f4d53

View file

@ -3,8 +3,8 @@ module Fog
class Brightbox
class Real
# Create a new image for the account by registering it against an image stored within the Brightbox cloud image library.
The disk image must be in place before you can attempt to create a reference in the API.
#
# The disk image must be in place before you can attempt to create a reference in the API.
#
# @param [Hash] options
# @option options [String] :source Filename of the image file uploaded to /incoming via FTP
@ -26,4 +26,4 @@ The disk image must be in place before you can attempt to create a reference in
end
end
end
end
end