Class: UniProp::VersionMetaDataValidator::MismatchPosition
- Inherits:
-
Struct
- Object
- Struct
- UniProp::VersionMetaDataValidator::MismatchPosition
- Defined in:
- lib/uniprop/metadata_validator.rb
Overview
メタデータと実際のファイルで、記述されているべき値の型に違いがある箇所を出力
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#expected_type ⇒ Object
Returns the value of attribute expected_type.
-
#propfile ⇒ Object
Returns the value of attribute propfile.
-
#row_ranges ⇒ Object
Returns the value of attribute row_ranges.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
203 204 205 |
# File 'lib/uniprop/metadata_validator.rb', line 203 def column @column end |
#expected_type ⇒ Object
Returns the value of attribute expected_type
203 204 205 |
# File 'lib/uniprop/metadata_validator.rb', line 203 def expected_type @expected_type end |
#propfile ⇒ Object
Returns the value of attribute propfile
203 204 205 |
# File 'lib/uniprop/metadata_validator.rb', line 203 def propfile @propfile end |
#row_ranges ⇒ Object
Returns the value of attribute row_ranges
203 204 205 |
# File 'lib/uniprop/metadata_validator.rb', line 203 def row_ranges @row_ranges end |