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
|
||||
@hosted_zone = {}
|
||||
@section = :name_servers
|
||||
when 'ResourceRecordSetCount'
|
||||
@response['ResourceRecordSetCount'] = value.to_i
|
||||
end
|
||||
elsif @section == :name_servers
|
||||
case name
|
||||
|
|
Loading…
Reference in a new issue