mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix field name typo in volume field
This commit is contained in:
parent
3ebe27e6be
commit
e760eb0a9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue