class Quickbooks::Model::MetaData
def to_xml(options = {})
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