Sha256: 8558b7db423b8da209cadf4f174cacdbf72658992a25bf674625f926b54bbcac
Contents?: true
Size: 388 Bytes
Versions: 13
Compression:
Stored size: 388 Bytes
Contents
module Xeroizer module Record class ContactPurchasesTrackingCategoryModel < BaseModel set_xml_root_name 'PurchasesTrackingCategories' set_xml_node_name 'PurchasesTrackingCategory' end class ContactPurchasesTrackingCategory < Base string :tracking_category_name string :tracking_option_name end end end
Version data entries
13 entries across 13 versions & 2 rubygems