Class/Module Index [+]

Quicksearch

Fog::Parsers::AWS::RDS::DeleteDBSnapshot

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/rds/delete_db_snapshot.rb, line 19
def end_element(name)
  case name
  when 'RequestId'
    @response['ResponseMetadata'][name] = value
  when 'DBSnapshot'
    @response['DeleteDBSnapshotResult']['DBSnapshot'] = @db_snapshot
    @db_snapshot = fresh_snapshot
  else
    super
  end
end
reset() click to toggle source
# File lib/fog/aws/parsers/rds/delete_db_snapshot.rb, line 10
def reset
  @response = { 'DeleteDBSnapshotResult' => {}, 'ResponseMetadata' => {} }
  super
end
start_element(name, attrs = []) click to toggle source
# File lib/fog/aws/parsers/rds/delete_db_snapshot.rb, line 15
def start_element(name, attrs = [])
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.