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

make public option of container attr_reader

This commit is contained in:
A.S. Lomoff 2014-08-09 23:02:13 +03:00
parent 9c1d617513
commit 8f96479ffb

View file

@ -10,7 +10,7 @@ module Fog
attribute :bytes, :aliases => 'X-Container-Bytes-Used'
attribute :count, :aliases => 'X-Container-Object-Count'
attr_accessor :public
attr_reader :public
def destroy
requires :key