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:
parent
9c1d617513
commit
8f96479ffb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue