Class: Sourcescrub::Models::Source
- Defined in:
- lib/sourcescrub/models/source.rb
Overview
Source
Constant Summary collapse
- ENDPOINT =
'sources'
Instance Method Summary collapse
Methods inherited from Entity
#as_json, #fields, #parse_response
Methods included from Utils::Response
Instance Method Details
#field_ids ⇒ Object
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
# 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 |