Class: Enconvert::V2::WatcherSnapshot

Inherits:
Struct
  • Object
show all
Defined in:
lib/enconvert/v2_results.rb

Instance Attribute Summary collapse

Instance Attribute Details

#change_countObject

Returns the value of attribute change_count

Returns:

  • (Object)

    the current value of change_count



123
124
125
# File 'lib/enconvert/v2_results.rb', line 123

def change_count
  @change_count
end

#changesObject

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



123
124
125
# File 'lib/enconvert/v2_results.rb', line 123

def changes
  @changes
end

#checked_atObject

Returns the value of attribute checked_at

Returns:

  • (Object)

    the current value of checked_at



123
124
125
# File 'lib/enconvert/v2_results.rb', line 123

def checked_at
  @checked_at
end

#has_changesObject

Returns the value of attribute has_changes

Returns:

  • (Object)

    the current value of has_changes



123
124
125
# File 'lib/enconvert/v2_results.rb', line 123

def has_changes
  @has_changes
end

#render_qualityObject

Returns the value of attribute render_quality

Returns:

  • (Object)

    the current value of render_quality



123
124
125
# File 'lib/enconvert/v2_results.rb', line 123

def render_quality
  @render_quality
end

#similarityObject

Returns the value of attribute similarity

Returns:

  • (Object)

    the current value of similarity



123
124
125
# File 'lib/enconvert/v2_results.rb', line 123

def similarity
  @similarity
end