Class: OpenNebula::NokogiriStreamParser
- Inherits:
-
XMLRPC::XMLParser::AbstractStreamParser
- Object
- XMLRPC::XMLParser::AbstractStreamParser
- OpenNebula::NokogiriStreamParser
- Defined in:
- lib/opennebula/client.rb
Defined Under Namespace
Classes: NokogiriParser
Instance Method Summary collapse
-
#initialize ⇒ NokogiriStreamParser
constructor
A new instance of NokogiriStreamParser.
Constructor Details
#initialize ⇒ NokogiriStreamParser
Returns a new instance of NokogiriStreamParser.
52 53 54 |
# File 'lib/opennebula/client.rb', line 52 def initialize @parser_class = NokogiriParser end |