Class: Quickeebooks::Online::Model::WebSite

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

Instance Method Summary collapse

Methods inherited from IntuitType

resource_for_collection, resource_for_singular

Instance Method Details

#to_xml(options = {}) ⇒ Object



9
10
11
12
# File 'lib/quickeebooks/online/model/web_site.rb', line 9

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