Class: Roku720
- Defined in:
- lib/platform/roku/roku_720/roku_720.rb
Overview
Roku 720 adds to or modifies the Roku platform with Roku 720p-specific functionality
Instance Attribute Summary
Attributes inherited from Platform
#id, #keys, #remotes, #roi, #screens
Instance Method Summary collapse
-
#initialize(*args) ⇒ Roku720
constructor
Public: Initializes a Roku 720p.
Methods inherited from Roku
#controller, #init?, #software_version
Methods inherited from Platform
#alt_parental_controls_pin, #app_version, #audio_level, #audio_level_left, #audio_level_right, #audio_present?, #capture_audio, #capture_frames, #capture_screen, #device_type_is?, #device_type_not?, #entitlements, #has_power?, #height, #high_def?, #init?, #ip_address, #is_generic?, #lock, #mac_address, #model, #name, #parental_controls_pin, #password, #platform, #power_cycle, #power_off, #power_on, #power_on?, #press_key, #record_audio, #record_video, #remote_type=, #remote_type_is?, #reset_video, #resolution, #save_last_screen_captured, #slot, #snmp_get, #snmp_set, #software_version, #stop_audio, #stop_video, #upload_screenshot, #username, #width
Constructor Details
#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 |