lib/fog/dns/parsers/zerigo/count_hosts.rb in fog-0.7.2 vs lib/fog/dns/parsers/zerigo/count_hosts.rb in fog-0.8.0
- old
+ new
@@ -10,10 +10,10 @@
end
def end_element(name)
case name
when 'count'
- @response[name] = @value.to_i
+ @response[name] = value.to_i
end
end
end