Method: PlayStationNetworkAPI::Client#user

Defined in:
lib/play_station_network_api/client.rb

#userObject



83
84
85
86
87
88
89
# File 'lib/play_station_network_api/client.rb', line 83

def user
  PlayStationNetworkAPI::User.new(refresh_token, 
    account_id: , 
    country: country, 
    language: language
  )
end