Class: Handsoap::XmlQueryFront::NokogiriDriver

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#elementNokogiri::XML::Element (readonly)



36
37
38
# File 'lib/jiraSOAP/handsoap_extensions.rb', line 36

def element
  @element
end