Class: Pcrd::Commands::Verify::TableResult
- Inherits:
-
Data
- Object
- Data
- Pcrd::Commands::Verify::TableResult
- Defined in:
- lib/pcrd/commands/verify.rb
Instance Attribute Summary collapse
-
#mismatches ⇒ Object
readonly
Returns the value of attribute mismatches.
-
#sample_size ⇒ Object
readonly
Returns the value of attribute sample_size.
-
#source_count ⇒ Object
readonly
Returns the value of attribute source_count.
-
#table_name ⇒ Object
readonly
Returns the value of attribute table_name.
-
#target_count ⇒ Object
readonly
Returns the value of attribute target_count.
Instance Attribute Details
#mismatches ⇒ Object (readonly)
Returns the value of attribute mismatches
12 13 14 |
# File 'lib/pcrd/commands/verify.rb', line 12 def mismatches @mismatches end |
#sample_size ⇒ Object (readonly)
Returns the value of attribute sample_size
12 13 14 |
# File 'lib/pcrd/commands/verify.rb', line 12 def sample_size @sample_size end |
#source_count ⇒ Object (readonly)
Returns the value of attribute source_count
12 13 14 |
# File 'lib/pcrd/commands/verify.rb', line 12 def source_count @source_count end |
#table_name ⇒ Object (readonly)
Returns the value of attribute table_name
12 13 14 |
# File 'lib/pcrd/commands/verify.rb', line 12 def table_name @table_name end |
#target_count ⇒ Object (readonly)
Returns the value of attribute target_count
12 13 14 |
# File 'lib/pcrd/commands/verify.rb', line 12 def target_count @target_count end |