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

location shouldn't be an attribute (causes extra calls on inspect)

This commit is contained in:
Wesley Beary 2009-10-20 16:48:27 -07:00
parent 5249bf4a54
commit 06a0998a3d

View file

@ -5,7 +5,6 @@ module Fog
class Bucket < Fog::Model
attribute :creation_date, 'CreationDate'
attribute :location
attribute :name, 'Name'
attribute :owner