Class: Pcrd::Commands::Verify::TableResult

Inherits:
Data
  • Object
show all
Defined in:
lib/pcrd/commands/verify.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mismatchesObject (readonly)

Returns the value of attribute mismatches

Returns:

  • (Object)

    the current value of mismatches



12
13
14
# File 'lib/pcrd/commands/verify.rb', line 12

def mismatches
  @mismatches
end

#sample_sizeObject (readonly)

Returns the value of attribute sample_size

Returns:

  • (Object)

    the current value of sample_size



12
13
14
# File 'lib/pcrd/commands/verify.rb', line 12

def sample_size
  @sample_size
end

#source_countObject (readonly)

Returns the value of attribute source_count

Returns:

  • (Object)

    the current value of source_count



12
13
14
# File 'lib/pcrd/commands/verify.rb', line 12

def source_count
  @source_count
end

#table_nameObject (readonly)

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



12
13
14
# File 'lib/pcrd/commands/verify.rb', line 12

def table_name
  @table_name
end

#target_countObject (readonly)

Returns the value of attribute target_count

Returns:

  • (Object)

    the current value of target_count



12
13
14
# File 'lib/pcrd/commands/verify.rb', line 12

def target_count
  @target_count
end