mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Added offering type for reserved instances response.
This commit is contained in:
parent
f4ddd0eac5
commit
8e5cc63dfc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module Fog
|
|||
|
||||
def end_element(name)
|
||||
case name
|
||||
when 'availabilityZone', 'instanceType', 'productDescription', 'reservedInstancesId', 'state'
|
||||
when 'availabilityZone', 'instanceType', 'productDescription', 'reservedInstancesId', 'state', 'offeringType'
|
||||
@reserved_instance[name] = value
|
||||
when 'duration', 'instanceCount'
|
||||
@reserved_instance[name] = value.to_i
|
||||
|
|
Loading…
Reference in a new issue