Class: OpenStax::Accounts::SyncAccounts

Inherits:
Object
  • Object
show all
Defined in:
app/routines/openstax/accounts/sync_accounts.rb

Constant Summary collapse

SYNC_ATTRIBUTES =
[
  'username', 'first_name', 'last_name', 'full_name', 'title', 'role', 'faculty_status',
  'school_type', 'salesforce_contact_id', 'uuid', 'support_identifier', 'is_test'
]