class Sourcescrub::Models::Company

Company

Constants

ENDPOINT

Public Instance Methods

field_ids() click to toggle source
# File lib/sourcescrub/models/company.rb, line 11
def field_ids
  %w[
    id
    companyType
    name
    informalName
    website
    domain
    description
    foundingYear
    location
    city
    state
    postalCode
    country
    parentCompanyDomain
    phoneNumber
    specialties
    facebook
    twitter
    crunchbase
    linkedIn
    totalAmountInvested
    currentEmployeeCount
    currentEmployeeRange
    currentJobOpenings
    investors
    personalTags
    firmTags
  ]
end