Class: TUITD::Snapshot::ComparisonResult
- Inherits:
-
Struct
- Object
- Struct
- TUITD::Snapshot::ComparisonResult
- Defined in:
- lib/tui_td/snapshot.rb
Overview
Result of a snapshot comparison.
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#diff_count ⇒ Object
Returns the value of attribute diff_count.
-
#message ⇒ Object
Returns the value of attribute message.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
33 34 35 |
# File 'lib/tui_td/snapshot.rb', line 33 def details @details end |
#diff_count ⇒ Object
Returns the value of attribute diff_count
33 34 35 |
# File 'lib/tui_td/snapshot.rb', line 33 def diff_count @diff_count end |
#message ⇒ Object
Returns the value of attribute message
33 34 35 |
# File 'lib/tui_td/snapshot.rb', line 33 def @message end |
#passed ⇒ Object
Returns the value of attribute passed
33 34 35 |
# File 'lib/tui_td/snapshot.rb', line 33 def passed @passed end |
#type ⇒ Object
Returns the value of attribute type
33 34 35 |
# File 'lib/tui_td/snapshot.rb', line 33 def type @type end |
Instance Method Details
#passed? ⇒ Boolean
37 38 39 |
# File 'lib/tui_td/snapshot.rb', line 37 def passed? passed end |