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

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

Overview

Lead object from Salesforce

Constant Summary collapse

VALID_VERIFICATION_STATUSES =
%w[
  pending_faculty
  confirmed_faculty
  rejected_faculty
  pending_sheerid
  rejected_by_sheerid
  incomplete_signup
].freeze
VALID_WHO_CHOOSES_BOOKS =
%w[instructor committee coordinator].freeze

Method Summary

Methods inherited from ActiveForce::SObject

find_or_initialize_by, #save_if_changed