Class: Enconvert::V2::WatcherSnapshot
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::WatcherSnapshot
- Defined in:
- lib/enconvert/v2_results.rb
Instance Attribute Summary collapse
-
#change_count ⇒ Object
Returns the value of attribute change_count.
-
#changes ⇒ Object
Returns the value of attribute changes.
-
#checked_at ⇒ Object
Returns the value of attribute checked_at.
-
#has_changes ⇒ Object
Returns the value of attribute has_changes.
-
#render_quality ⇒ Object
Returns the value of attribute render_quality.
-
#similarity ⇒ Object
Returns the value of attribute similarity.
Instance Attribute Details
#change_count ⇒ Object
Returns the value of attribute change_count
123 124 125 |
# File 'lib/enconvert/v2_results.rb', line 123 def change_count @change_count end |
#changes ⇒ Object
Returns the value of attribute changes
123 124 125 |
# File 'lib/enconvert/v2_results.rb', line 123 def changes @changes end |
#checked_at ⇒ Object
Returns the value of attribute checked_at
123 124 125 |
# File 'lib/enconvert/v2_results.rb', line 123 def checked_at @checked_at end |
#has_changes ⇒ Object
Returns the value of attribute has_changes
123 124 125 |
# File 'lib/enconvert/v2_results.rb', line 123 def has_changes @has_changes end |
#render_quality ⇒ Object
Returns the value of attribute render_quality
123 124 125 |
# File 'lib/enconvert/v2_results.rb', line 123 def render_quality @render_quality end |
#similarity ⇒ Object
Returns the value of attribute similarity
123 124 125 |
# File 'lib/enconvert/v2_results.rb', line 123 def similarity @similarity end |