From e760eb0a9c450440e1ec607ab6a3058ad031ba5b Mon Sep 17 00:00:00 2001 From: Wesley Beary Date: Fri, 9 Oct 2009 12:16:00 -0700 Subject: [PATCH] fix field name typo in volume field --- lib/fog/aws/models/ec2/volume.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/models/ec2/volume.rb b/lib/fog/aws/models/ec2/volume.rb index 79aad1a15..aa378790d 100644 --- a/lib/fog/aws/models/ec2/volume.rb +++ b/lib/fog/aws/models/ec2/volume.rb @@ -4,7 +4,7 @@ module Fog class Volume < Fog::Model - attribute :attachment_time, 'attachmentTime' + attribute :attach_time, 'attachTime' attribute :availability_zone, 'availabilityZone' attribute :create_time, 'createTime' attribute :device