Class: Pcrd::Transform::Validator::ValidationFailure
- Inherits:
-
Data
- Object
- Data
- Pcrd::Transform::Validator::ValidationFailure
- Defined in:
- lib/pcrd/transform/validator.rb
Instance Attribute Summary collapse
-
#column_name ⇒ Object
readonly
Returns the value of attribute column_name.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#failing_count ⇒ Object
readonly
Returns the value of attribute failing_count.
-
#source_type ⇒ Object
readonly
Returns the value of attribute source_type.
-
#table_name ⇒ Object
readonly
Returns the value of attribute table_name.
-
#target_type ⇒ Object
readonly
Returns the value of attribute target_type.
-
#warn_only ⇒ Object
readonly
Returns the value of attribute warn_only.
Instance Attribute Details
#column_name ⇒ Object (readonly)
Returns the value of attribute column_name
14 15 16 |
# File 'lib/pcrd/transform/validator.rb', line 14 def column_name @column_name end |
#description ⇒ Object (readonly)
Returns the value of attribute description
14 15 16 |
# File 'lib/pcrd/transform/validator.rb', line 14 def description @description end |
#failing_count ⇒ Object (readonly)
Returns the value of attribute failing_count
14 15 16 |
# File 'lib/pcrd/transform/validator.rb', line 14 def failing_count @failing_count end |
#source_type ⇒ Object (readonly)
Returns the value of attribute source_type
14 15 16 |
# File 'lib/pcrd/transform/validator.rb', line 14 def source_type @source_type end |
#table_name ⇒ Object (readonly)
Returns the value of attribute table_name
14 15 16 |
# File 'lib/pcrd/transform/validator.rb', line 14 def table_name @table_name end |
#target_type ⇒ Object (readonly)
Returns the value of attribute target_type
14 15 16 |
# File 'lib/pcrd/transform/validator.rb', line 14 def target_type @target_type end |
#warn_only ⇒ Object (readonly)
Returns the value of attribute warn_only
14 15 16 |
# File 'lib/pcrd/transform/validator.rb', line 14 def warn_only @warn_only end |