class Cb::Clients::UserProfile

Public Class Methods

get(args={}) click to toggle source

careerbuilder.readme.io/docs/consumeruser-profile

# File lib/cb/clients/user_profile.rb, line 17
def get(args={})
  cb_client.cb_get(Cb.configuration.uri_user_profile, headers: headers(args))
end