Method: Fog::Parsers::CDN::AWS::GetInvalidation#reset
- Defined in:
- lib/fog/aws/parsers/cdn/get_invalidation.rb
permalink #reset ⇒ Object
[View source]
8 9 10 |
# File 'lib/fog/aws/parsers/cdn/get_invalidation.rb', line 8 def reset @response = { 'InvalidationBatch' => { 'Path' => [] } } end |