Class: Quickeebooks::Windows::Model::WebSite

Inherits:
IntuitType
  • Object
show all
Defined in:
lib/quickeebooks/windows/model/web_site.rb

Instance Method Summary collapse

Instance Method Details

#to_xml(options = {}) ⇒ Object



12
13
14
# File 'lib/quickeebooks/windows/model/web_site.rb', line 12

def to_xml(options = {})
  return "" if uri.to_s.empty?
end