Class: OpenStax::Salesforce::Remote::Lead

Inherits:
ActiveForce::SObject show all
Defined in:
lib/openstax/salesforce/remote/lead.rb

Constant Summary collapse

VALID_VERIFICATION_STATUSES =
%w[
  pending_faculty
  confirmed_faculty
  rejected_faculty
  no_faculty_info
].freeze
VALID_WHO_CHOOSES_BOOKS =
%w[instructor committee coordinator].freeze

Method Summary

Methods inherited from ActiveForce::SObject

find_or_initialize_by, #save_if_changed