Method: Crunchbase::Models::Job#basis_fields
- Defined in:
- lib/crunchbase/models/job.rb
#basis_fields ⇒ Object
21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# 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 |