6 7 8 9
# File 'lib/client/user.rb', line 6 def user(params = {}) response = get('/api/v2/user', params) Taxy::User.new(response) if @last_response.success? end