Class: Fog::Parsers::AWS::RDS::DownloadDBLogFilePortion
- Inherits:
-
Base
- Object
- Base
- Fog::Parsers::AWS::RDS::DownloadDBLogFilePortion
- Defined in:
- lib/fog/aws/parsers/rds/download_db_logfile_portion.rb
Instance Method Summary collapse
Instance Method Details
permalink #end_element(name) ⇒ Object
[View source] [View on GitHub]
14 15 16 17 |
# File 'lib/fog/aws/parsers/rds/download_db_logfile_portion.rb', line 14 def end_element(name) key = (name == 'RequestId') ? 'ResponseMetadata' : 'DownloadDBLogFilePortionResult' @response[key][name] = value end |
permalink #reset ⇒ Object
[View source] [View on GitHub]
6 7 8 |
# File 'lib/fog/aws/parsers/rds/download_db_logfile_portion.rb', line 6 def reset @response = { 'DownloadDBLogFilePortionResult' => {}, 'ResponseMetadata' => {} } end |
permalink #start_element(name, attrs = []) ⇒ Object
[View source] [View on GitHub]
10 11 12 |
# File 'lib/fog/aws/parsers/rds/download_db_logfile_portion.rb', line 10 def start_element(name, attrs = []) super end |