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

Silence warning about potentially private attribute

This commit is contained in:
James Herdman 2012-05-14 14:58:32 -04:00
parent 39cf7bb2a3
commit dca5ed46ad

View file

@ -58,7 +58,10 @@ module Fog
end
private
attr_reader :client
def client
return @client if defined?(@client)
end
#read mocks xml
def read_xml(file_name)