class Checkr::Candidate

Public Class Methods

path() click to toggle source
# File lib/checkr/candidate.rb, line 35
def self.path
  "/v1/candidates"
end

Public Instance Methods

geos() click to toggle source
# File lib/checkr/candidate.rb, line 31
def geos
  APIList.constructor(:Geo).call(geo_ids)
end