Class: Teamtailor::Job

Inherits:
Record
  • Object
show all
Defined in:
lib/teamtailor/parser/job.rb

Instance Method Summary collapse

Methods inherited from Record

deserialize, #initialize, #method_missing, #respond_to_missing?, #serialize

Constructor Details

This class inherits a constructor from Teamtailor::Record

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Teamtailor::Record

Instance Method Details

#careersite_job_urlObject



7
8
9
# File 'lib/teamtailor/parser/job.rb', line 7

def careersite_job_url
  data.dig("links", "careersite-job-url")
end