Method: PlayStationNetworkAPI::Client#user
- Defined in:
- lib/play_station_network_api/client.rb
#user ⇒ Object
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: account_id, country: country, language: language ) end |