class Cb::Criteria::Resumes::GetByHash
Public Class Methods
new(args = {})
click to toggle source
# File lib/cb/criteria/resumes/get_by_hash.rb, line 19 def initialize(args = {}) @resume_hash = args[:resumeHash] || '' @external_user_id = args[:externalUserID] || '' end
Public Instance Methods
to_hash()
click to toggle source
# File lib/cb/criteria/resumes/get_by_hash.rb, line 24 def to_hash { resume_hash: @resume_hash, external_user_id: @external_user_id } end
Also aliased as: to_h