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