module Gamesdb::Publishers
Publishers
related API Endpoints
Public Instance Methods
publishers()
click to toggle source
# File lib/thegamesdb/publishers.rb, line 6 def publishers url = 'Publishers' data = perform_request(url) data['data']['publishers'].map do |_id, publisher| publisher end end