Class: Quickbooks::QbxmlDebugAdapter::Connection

Inherits:
Object
  • Object
show all
Defined in:
lib/quickbooks/adapters/qbxml_debug_adapter.rb

Instance Method Summary collapse

Instance Method Details

#send_xml(xml) ⇒ Object



5
6
7
# File 'lib/quickbooks/adapters/qbxml_debug_adapter.rb', line 5

def send_xml(xml)
  puts "Sending XML: #{xml.to_s}"
end