Class/Module Index [+]

Quicksearch

Fog::Parsers::AWS::RDS::DeleteDBInstance

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.