Method: Fog::Parsers::DNS::AWS::ListHostedZones#reset
- Defined in:
- lib/fog/aws/parsers/dns/list_hosted_zones.rb
permalink #reset ⇒ Object
[View source]
8 9 10 11 12 |
# File 'lib/fog/aws/parsers/dns/list_hosted_zones.rb', line 8 def reset @hosted_zones = [] @zone = {} @response = {} end |