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:
parent
f890f27141
commit
3ec39c332f
3 changed files with 0 additions and 14 deletions
|
@ -81,12 +81,6 @@ module Fog
|
|||
super({ :directory => directory }.merge!(attributes))
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def directory=(new_directory)
|
||||
@directory = new_directory
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
@ -81,12 +81,6 @@ module Fog
|
|||
super({ :directory => directory }.merge!(attributes))
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def directory=(new_directory)
|
||||
@directory = new_directory
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
@ -82,8 +82,6 @@ module Fog
|
|||
include Shared
|
||||
extend Fog::Vcloud::Generators
|
||||
|
||||
attr_accessor :login_uri
|
||||
|
||||
def supporting_versions
|
||||
["0.8"]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue