Class: Sourcescrub::Models::Source

Inherits:
Entity
  • Object
show all
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

dynamic_attributes

Instance Method Details

#field_idsObject



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