Class: Quickeebooks::Windows::Model::MetaData

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

Instance Method Summary collapse

Methods included from Logging

#log

Instance Method Details

#to_xml(options = {}) ⇒ Object



15
16
17
18
19
20
# File 'lib/quickeebooks/windows/model/meta_data.rb', line 15

def to_xml(options = {})
  xml = %Q{<MetaData>}
  xml = "#{xml}<CreateTime>#{formatted_date(create_time)}</CreateTime>"
  xml = "#{xml}<LastUpdatedTime>#{formatted_date(last_updated_time)}</LastUpdatedTime></MetaData>"
  xml
end