Returns a new instance of Receiver.
6 7 8 9
# File 'lib/chromecast/channel/receiver.rb', line 6 def initialize connection super(connection, NAMESPACE, :json) @request_id = 0 end