Sha256: 17f3af004c0dcdfe9e1fd6d65ccbee74eb688ac05a7c9d29aba41bd4fc45e47a
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
# frozen_string_literal: true # Root Sourcescrub module Sourcescrub # Models module Models # Company class Company < Entity ENDPOINT = 'companies' # rubocop:disable Metrics/MethodLength 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 threeMonthsGrowthRate sixMonthsGrowthRate nineMonthsGrowthRate twelveMonthsGrowthRate currentEmployeeRange currentJobOpenings growthIntent investors personalTags firmTags customScore industries modifiedDate endMarkets productsAndServices ] end # rubocop:enable Metrics/MethodLength end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sourcescrub-0.1.3 | lib/sourcescrub/models/company.rb |