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:
parent
5249bf4a54
commit
06a0998a3d
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ module Fog
|
|||
class Bucket < Fog::Model
|
||||
|
||||
attribute :creation_date, 'CreationDate'
|
||||
attribute :location
|
||||
attribute :name, 'Name'
|
||||
attribute :owner
|
||||
|
||||
|
|
Loading…
Reference in a new issue