Sha256: 8c0b0722dcab1f8f558da807289b69e83abafdf2059fadb3ce0fcb3b9a975e08
Contents?: true
Size: 813 Bytes
Versions: 11
Compression:
Stored size: 813 Bytes
Contents
# frozen_string_literal: true # Root Sourcescrub module Sourcescrub # Models module Models # Company class Company < Entity ENDPOINT = 'companies' 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 end end end
Version data entries
11 entries across 11 versions & 1 rubygems