Sha256: d4cf7c906520d05b73f50f0ed5cd5f07662af75f58c94f23e49694a9823efa82

Contents?: true

Size: 678 Bytes

Versions: 2

Compression:

Stored size: 678 Bytes

Contents

module Harvesting
  module Models
    class User < Base
      attributed :id,
                 :first_name,
                 :last_name,
                 :email,
                 :telephone,
                 :timezone,
                 :weekly_capacity,
                 :has_access_to_all_future_projects,
                 :is_contractor,
                 :is_admin,
                 :is_project_manager,
                 :can_see_rates,
                 :can_create_projects,
                 :can_create_invoices,
                 :is_active,
                 :created_at,
                 :updated_at,
                 :roles,
                 :avatar_url
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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