Class: Cb::Clients::UserProfile

Inherits:
Base
  • Object
show all
Defined in:
lib/cb/clients/user_profile.rb

Class Method Summary collapse

Methods inherited from Base

cb_client, headers

Class Method Details

.get(args = {}) ⇒ Object



17
18
19
# File 'lib/cb/clients/user_profile.rb', line 17

def get(args={})
  cb_client.cb_get(Cb.configuration., headers: headers(args))
end