Class: TUITD::Snapshot::ComparisonResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/tui_td/snapshot.rb

Overview

Result of a snapshot comparison.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



33
34
35
# File 'lib/tui_td/snapshot.rb', line 33

def details
  @details
end

#diff_countObject

Returns the value of attribute diff_count

Returns:

  • (Object)

    the current value of diff_count



33
34
35
# File 'lib/tui_td/snapshot.rb', line 33

def diff_count
  @diff_count
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



33
34
35
# File 'lib/tui_td/snapshot.rb', line 33

def message
  @message
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



33
34
35
# File 'lib/tui_td/snapshot.rb', line 33

def passed
  @passed
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



33
34
35
# File 'lib/tui_td/snapshot.rb', line 33

def type
  @type
end

Instance Method Details

#passed?Boolean

Returns:

  • (Boolean)


37
38
39
# File 'lib/tui_td/snapshot.rb', line 37

def passed?
  passed
end