Class: RokuImageRois
- Defined in:
- lib/rois/roku/roku_image_rois.rb
Overview
The RokuImageRois class defines the image ROIs common to all Rokus.
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from ImageRois
Constructor Details
This class inherits a constructor from ImageRois
Instance Method Details
#movie_product_page_watch_now ⇒ Object
7 8 9 10 11 |
# File 'lib/rois/roku/roku_image_rois.rb', line 7 def movie_product_page_watch_now new(:x => 55, :y => 231, :width => 1066, :height => 476, :similarity => 80, :ref_img => 'tsimages/reference/roku/movie_product_page_watchlist.JPG', :img_x => 289, :img_y => 447, :img_width => 247, :img_height => 57) end |