Class/Module Index [+]

Quicksearch

Fog::Parsers::AWS::RDS::RestoreDBInstanceFromDBSnapshot

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb, line 19
def end_element(name)
  case name
  when 'DBInstance'
    @response['RestoreDBInstanceFromDBSnapshot']['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/restore_db_instance_from_db_snapshot.rb, line 10
def reset
  @response = { 'RestoreDBInstanceFromDBSnapshot' => {}, 'ResponseMetadata' => {} }
  super
end
start_element(name, attrs = []) click to toggle source
# File lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb, line 15
def start_element(name, attrs = [])
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.