Class: Credly::Api::Me

Inherits:
Base
  • Object
show all
Defined in:
lib/credly/api/me.rb

Instance Attribute Summary

Attributes inherited from Base

#id, #response

Instance Method Summary collapse

Methods inherited from Base

#after_request, #before_request, #build_object, #delete, #get, #initialize, #patch, #post, #put, #versioned_path

Methods included from Requierable

#require_at_least_one_file, #require_present

Constructor Details

This class inherits a constructor from Credly::Api::Base

Instance Method Details

#profile(options = {}) ⇒ Object



4
5
6
# File 'lib/credly/api/me.rb', line 4

def profile(options = {})
  get("me", options)
end