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:
parent
27d6831c34
commit
3d5ed0c499
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue