Class: UniProp::VersionMetaDataValidator::MismatchPosition

Inherits:
Struct
  • Object
show all
Defined in:
lib/uniprop/metadata_validator.rb

Overview

メタデータと実際のファイルで、記述されているべき値の型に違いがある箇所を出力

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



203
204
205
# File 'lib/uniprop/metadata_validator.rb', line 203

def column
  @column
end

#expected_typeObject

Returns the value of attribute expected_type

Returns:

  • (Object)

    the current value of expected_type



203
204
205
# File 'lib/uniprop/metadata_validator.rb', line 203

def expected_type
  @expected_type
end

#propfileObject

Returns the value of attribute propfile

Returns:

  • (Object)

    the current value of propfile



203
204
205
# File 'lib/uniprop/metadata_validator.rb', line 203

def propfile
  @propfile
end

#row_rangesObject

Returns the value of attribute row_ranges

Returns:

  • (Object)

    the current value of row_ranges



203
204
205
# File 'lib/uniprop/metadata_validator.rb', line 203

def row_ranges
  @row_ranges
end