Class: Handsoap::XmlQueryFront::NokogiriDriver
- Inherits:
-
Object
- Object
- Handsoap::XmlQueryFront::NokogiriDriver
- Defined in:
- lib/jiraSOAP/handsoap_extensions.rb
Overview
Monkey patch to expose the underlying Nokogiri object as jiraSOAP can parse much faster without the Handsoap layer in between.
Instance Attribute Summary collapse
- #element ⇒ Nokogiri::XML::Element readonly
Instance Attribute Details
#element ⇒ Nokogiri::XML::Element (readonly)
36 37 38 |
# File 'lib/jiraSOAP/handsoap_extensions.rb', line 36 def element @element end |