Class: PrereqsForDut
- Defined in:
- lib/prereqs/prereqs_for_dut.rb
Overview
The PrereqsForDut class stores all DUT prerequisites.
Instance Method Summary collapse
-
#SAMPLE ⇒ Object
Public: Checks if the dut is 1080p.
Methods inherited from Prereqs
Constructor Details
This class inherits a constructor from Prereqs
Instance Method Details
#SAMPLE ⇒ Object
Public: Checks if the dut is 1080p.
Returns true if the dut was 1080p, otherwise false.
10 11 12 |
# File 'lib/prereqs/prereqs_for_dut.rb', line 10 def SAMPLE dut.height == 1080 end |