Class/Module Index [+]

Quicksearch

Fog::Parsers::CDN::AWS::PostInvalidation

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/cdn/post_invalidation.rb, line 12
def end_element(name)
  case name
  when 'CallerReference'
    @response['InvalidationBatch'][name] = value
  when 'CreateTime', 'Id', 'Status'
    @response[name] = value
  when 'Path'
    @response['InvalidationBatch'][name] << value
  end
end
reset() click to toggle source
# File lib/fog/aws/parsers/cdn/post_invalidation.rb, line 8
def reset
  @response = { 'InvalidationBatch' => { 'Path' => [] } }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.