class Crunchbase::Models::Job
Get the Principal
data from API
Constants
- RESOURCE_LIST
Public Instance Methods
basis_fields()
click to toggle source
# File lib/crunchbase/models/job.rb, line 21 def basis_fields %w[ uuid name title started_on ended_on permalink job_type is_current organization_identifier person_identifier ] end
field_ids()
click to toggle source
# File lib/crunchbase/models/job.rb, line 10 def field_ids %w[ created_at employee_featured_order entity_def_id identifier short_description updated_at ] + basis_fields end
full_cards()
click to toggle source
# File lib/crunchbase/models/job.rb, line 36 def full_cards %w[ ] end