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

Version Path
centaman-8.0.0 lib/centaman/object/cost_rate.rb
centaman-7.0.5 lib/centaman/object/cost_rate.rb
centaman-7.0.4 lib/centaman/object/cost_rate.rb
centaman-7.0.3 lib/centaman/object/cost_rate.rb
centaman-7.0.2 lib/centaman/object/cost_rate.rb
centaman-7.0.1 lib/centaman/object/cost_rate.rb
centaman-7.0.0 lib/centaman/object/cost_rate.rb
centaman-6.0.8 lib/centaman/object/cost_rate.rb
centaman-6.0.7 lib/centaman/object/cost_rate.rb
centaman-6.0.5 lib/centaman/object/cost_rate.rb
centaman-6.0.4 lib/centaman/object/cost_rate.rb
centaman-6.0.3 lib/centaman/object/cost_rate.rb
centaman-6.0.2 lib/centaman/object/cost_rate.rb
centaman-6.0.1 lib/centaman/object/cost_rate.rb
centaman-6.0.0 lib/centaman/object/cost_rate.rb
centaman-5.0.8 lib/centaman/object/cost_rate.rb
centaman-5.0.7 lib/centaman/object/cost_rate.rb
centaman-5.0.6 lib/centaman/object/cost_rate.rb