Class/Module Index [+]

Quicksearch

Fog::Parsers::CDN::AWS::GetInvalidation

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.