Method: Roku720#initialize

Defined in:
lib/platform/roku/roku_720/roku_720.rb

#initialize(*args) ⇒ Roku720

Public: Initializes a Roku 720p.



10
11
12
13
14
# File 'lib/platform/roku/roku_720/roku_720.rb', line 10

def initialize(*args)
  super(*args)
  # @screens = Roku720Screens.new(self)  # if ever needed...

  @roi = Roku720Rois.new(self)
end