Class: XingApi::User::WebProfile

Inherits:
Base
  • Object
show all
Defined in:
lib/xing_api/user/web_profile.rb

Class Method Summary collapse

Methods inherited from Base

request, request_with_body

Class Method Details

.delete(profile, options = {}) ⇒ Object



4
5
6
# File 'lib/xing_api/user/web_profile.rb', line 4

def self.delete(profile, options = {})
  request(:delete, "/v1/users/me/web_profiles/#{profile}", options)
end