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

removing the last few (obvious) warnings

This commit is contained in:
geemus 2010-10-12 17:01:22 -07:00
parent f890f27141
commit 3ec39c332f
3 changed files with 0 additions and 14 deletions

View file

@ -81,12 +81,6 @@ module Fog
super({ :directory => directory }.merge!(attributes))
end
private
def directory=(new_directory)
@directory = new_directory
end
end
end

View file

@ -81,12 +81,6 @@ module Fog
super({ :directory => directory }.merge!(attributes))
end
private
def directory=(new_directory)
@directory = new_directory
end
end
end

View file

@ -82,8 +82,6 @@ module Fog
include Shared
extend Fog::Vcloud::Generators
attr_accessor :login_uri
def supporting_versions
["0.8"]
end