Sha256: b67231c69b18894ce90b196d5c35e5917661f447d7801ee68886bbd1bf4ec00e

Contents?: true

Size: 354 Bytes

Versions: 2

Compression:

Stored size: 354 Bytes

Contents

module Harvesting
  module Models
    class Contact < Base
      attributed :id,
                 :title,
                 :first_name,
                 :last_name,
                 :email,
                 :phone_office,
                 :phone_mobile,
                 :fax,
                 :created_at,
                 :updated_at
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
harvesting-0.2.0 lib/harvesting/models/contact.rb
harvesting-0.1.0 lib/harvesting/models/contact.rb