class Vhx::User

Public Class Methods

me() click to toggle source
# File lib/vhx/objects/user.rb, line 5
def self.me
  response_json = Vhx.connection.get('/me').body
  self.new(response_json)
end