class Cb::Responses::Job::Search
Protected Instance Methods
extract_models()
click to toggle source
# File lib/cb/responses/job/search.rb, line 25 def extract_models Models::JobResults.new(response) end
hash_containing_metadata()
click to toggle source
# File lib/cb/responses/job/search.rb, line 21 def hash_containing_metadata 'search_metadata' end
validate_api_hash()
click to toggle source
# File lib/cb/responses/job/search.rb, line 17 def validate_api_hash required_response_field(root_node, response) end
Private Instance Methods
root_node()
click to toggle source
# File lib/cb/responses/job/search.rb, line 31 def root_node 'data' end