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:
parent
39cf7bb2a3
commit
dca5ed46ad
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue