Class: XingApi::User::WebProfile
- Defined in:
- lib/xing_api/user/web_profile.rb
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.delete(profile, options = {}) ⇒ Object
4 5 6 |
# File 'lib/xing_api/user/web_profile.rb', line 4 def self.delete(profile, = {}) request(:delete, "/v1/users/me/web_profiles/#{profile}", ) end |