class Sourcescrub::Models::Source

Source

Constants

ENDPOINT

Public Instance Methods

field_ids() click to toggle source
# File lib/sourcescrub/models/source.rb, line 10
def field_ids
  %w[
    id
    officialTitle
    nickname
    sourceType
    city
    state
    country
    startDate
    endDate
    status
    reviewStatus
    companyCount
    companiesCrmCount
    companiesTaggedCount
    boothNumber
    affiliation
    rank
  ]
end