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

[compute|brightbox] Picking up more attributes from Account

This commit is contained in:
Paul Thornthwaite 2011-08-18 13:13:25 +01:00
parent 27d6831c34
commit 3d5ed0c499

View file

@ -21,17 +21,22 @@ module Fog
attribute :vat_registration_number
attribute :telephone_number
attribute :telephone_verified
attribute :verified_telephone
attribute :verified_at, :type => :time
attribute :verified_ip
attribute :valid_credit_card, :type => :boolean
attribute :ram_limit
attribute :ram_used
attribute :cloud_ips_limit
attribute :cloud_ips_used
attribute :load_balancers_limit
attribute :load_balancers_used
attribute :library_ftp_host
attribute :library_ftp_user
# This is always returned as null/nil unless performing a reset_ftp_password request
attribute :library_ftp_password
attribute :created_at, :type => :time
attribute :owner_id, :aliases => "owner", :squash => "id"
attribute :clients
attribute :images