Class: PrereqsForDut

Inherits:
Prereqs show all
Defined in:
lib/prereqs/prereqs_for_dut.rb

Overview

The PrereqsForDut class stores all DUT prerequisites.

Instance Method Summary collapse

Methods inherited from Prereqs

#initialize

Constructor Details

This class inherits a constructor from Prereqs

Instance Method Details

#SAMPLEObject

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