diff --git a/lib/vhx/objects/user.rb b/lib/vhx/objects/user.rb index 290e4f4..1a4c856 100644 --- a/lib/vhx/objects/user.rb +++ b/lib/vhx/objects/user.rb @@ -1,10 +1,5 @@ module Vhx class User < VhxObject include Vhx::ApiOperations::Request - - def self.me - response_json = Vhx.connection.get('/me').body - self.new(response_json) - end end end