Method: PSN::API#games_for
- Defined in:
- lib/psn/api.rb
#games_for(user) ⇒ Object
17 18 19 20 |
# File 'lib/psn/api.rb', line 17 def games_for(user) document = fetch('getGames', "sPSNID" => user.id.to_s) document.children.first.children end |