mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox] Added type to Account's created_at attribute
This commit is contained in:
parent
1aa122cae9
commit
418e057650
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module Fog
|
|||
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
|
||||
attribute :created_at, :type => :time
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue