Class: Fog::XML::Connection
- Inherits:
-
SAXParserConnection
- Object
- Core::Connection
- SAXParserConnection
- Fog::XML::Connection
- Defined in:
- lib/fog/xml/connection.rb
Instance Method Summary collapse
Instance Method Details
#request(params, &_block) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/fog/xml/connection.rb', line 4 def request(params, &_block) parser = params.delete(:parser) if parser super(parser, params) else original_request(params) end end |