Class: Pcrd::Transform::Validator::ValidationFailure

Inherits:
Data
  • Object
show all
Defined in:
lib/pcrd/transform/validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameObject (readonly)

Returns the value of attribute column_name

Returns:

  • (Object)

    the current value of column_name



14
15
16
# File 'lib/pcrd/transform/validator.rb', line 14

def column_name
  @column_name
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



14
15
16
# File 'lib/pcrd/transform/validator.rb', line 14

def description
  @description
end

#failing_countObject (readonly)

Returns the value of attribute failing_count

Returns:

  • (Object)

    the current value of failing_count



14
15
16
# File 'lib/pcrd/transform/validator.rb', line 14

def failing_count
  @failing_count
end

#source_typeObject (readonly)

Returns the value of attribute source_type

Returns:

  • (Object)

    the current value of source_type



14
15
16
# File 'lib/pcrd/transform/validator.rb', line 14

def source_type
  @source_type
end

#table_nameObject (readonly)

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



14
15
16
# File 'lib/pcrd/transform/validator.rb', line 14

def table_name
  @table_name
end

#target_typeObject (readonly)

Returns the value of attribute target_type

Returns:

  • (Object)

    the current value of target_type



14
15
16
# File 'lib/pcrd/transform/validator.rb', line 14

def target_type
  @target_type
end

#warn_onlyObject (readonly)

Returns the value of attribute warn_only

Returns:

  • (Object)

    the current value of warn_only



14
15
16
# File 'lib/pcrd/transform/validator.rb', line 14

def warn_only
  @warn_only
end