Sha256: 36e6b67bfb2355f1a5f55c3bbd87c5d6ee89418fef6da35801947320705123a8
Contents?: true
Size: 798 Bytes
Versions: 18
Compression:
Stored size: 798 Bytes
Contents
module Centaman class Object::CostRate < Centaman::Object def attributes [ Centaman::Attribute.new( centaman_key: 'FirstName', app_key: :first_name, type: :string ), Centaman::Attribute.new( centaman_key: 'LastName', app_key: :last_name, type: :string ), Centaman::Attribute.new( centaman_key: 'Email', app_key: :email, type: :string ), Centaman::Attribute.new( centaman_key: 'ContactID', app_key: :contact_id, type: :integer ), Centaman::Attribute.new( centaman_key: 'ContactCostRateID', app_key: :cost_rate_id, type: :integer ) ] end end end
Version data entries
18 entries across 18 versions & 1 rubygems