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

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

Instance Method Summary collapse

Methods included from Logging

#log

Constructor Details

#initialize(uri = nil) ⇒ WebSite

Returns a new instance of WebSite.



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

def initialize(uri = nil)
  self.uri = uri if uri
end

Instance Method Details

#to_xml(options = {}) ⇒ Object



16
17
18
# File 'lib/quickeebooks/windows/model/web_site.rb', line 16

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