Class: Applitools::MatchResults
- Inherits:
-
Object
- Object
- Applitools::MatchResults
- Defined in:
- lib/applitools/core/match_results.rb
Instance Attribute Summary collapse
-
#as_expected ⇒ Object
Returns the value of attribute as_expected.
-
#screenshot ⇒ Object
Returns the value of attribute screenshot.
-
#window_id ⇒ Object
Returns the value of attribute window_id.
Instance Method Summary collapse
Instance Attribute Details
#as_expected ⇒ Object
Returns the value of attribute as_expected.
5 6 7 |
# File 'lib/applitools/core/match_results.rb', line 5 def as_expected @as_expected end |
#screenshot ⇒ Object
Returns the value of attribute screenshot.
5 6 7 |
# File 'lib/applitools/core/match_results.rb', line 5 def screenshot @screenshot end |
#window_id ⇒ Object
Returns the value of attribute window_id.
5 6 7 |
# File 'lib/applitools/core/match_results.rb', line 5 def window_id @window_id end |
Instance Method Details
#as_expected? ⇒ Boolean
7 8 9 |
# File 'lib/applitools/core/match_results.rb', line 7 def as_expected? as_expected end |