Class: Applitools::MatchResults

Inherits:
Object
  • Object
show all
Defined in:
lib/applitools/core/match_results.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#as_expectedObject

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

#screenshotObject

Returns the value of attribute screenshot.



5
6
7
# File 'lib/applitools/core/match_results.rb', line 5

def screenshot
  @screenshot
end

#window_idObject

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

Returns:

  • (Boolean)


7
8
9
# File 'lib/applitools/core/match_results.rb', line 7

def as_expected?
  as_expected
end