mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Include the ResourceRecordSetCount
This commit is contained in:
parent
08de898804
commit
376e8edded
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ module Fog
|
||||||
@response['HostedZone'] = @hosted_zone
|
@response['HostedZone'] = @hosted_zone
|
||||||
@hosted_zone = {}
|
@hosted_zone = {}
|
||||||
@section = :name_servers
|
@section = :name_servers
|
||||||
|
when 'ResourceRecordSetCount'
|
||||||
|
@response['ResourceRecordSetCount'] = value.to_i
|
||||||
end
|
end
|
||||||
elsif @section == :name_servers
|
elsif @section == :name_servers
|
||||||
case name
|
case name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue