1
0
Fork 0
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:
Paul Thornthwaite 2010-11-11 22:35:04 +00:00 committed by geemus
parent 1aa122cae9
commit 418e057650

View file

@ -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