Sha256: 28eee6d0862dfd2f76f744090c5554f979c935cbe66fb154330ce1cad7245e3f
Contents?: true
Size: 620 Bytes
Versions: 1
Compression:
Stored size: 620 Bytes
Contents
module QBFC # Generated List types that will inherit directly from QBFC::List LIST_TYPES = %w{Account BillingRate CustomerMsg CustomerType JobType PaymentMethod PayrollItemNonWage PayrollItemWage PriceLevel SalesRep SalesTaxCode ShipMethod ToDo Vehicle VendorType} # Generated List types that do not accept Mod Requests LIST_NO_MOD_TYPES = %w{ BillingRate CustomerMsg CustomerType JobType PaymentMethod PayrollItemWage SalesTaxCode ShipMethod ToDo VendorType} # Generate List subclasses generate(LIST_TYPES, List, {Modifiable => LIST_TYPES - LIST_NO_MOD_TYPES}) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qbfc-0.1.0-x86-mswin32-60 | lib/qbfc/lists/generated.rb |