[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
1 changed files with 1 additions and 1 deletions

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