Method: OcflTools::OcflValidator#version_format

Defined in:
lib/ocfl_tools/ocfl_validator.rb

#version_formatString (readonly)

Returns the discovered version format of the object, found by inspecting version directory names.

Returns:

  • (String)

    the discovered version format of the object, found by inspecting version directory names.



10
11
12
# File 'lib/ocfl_tools/ocfl_validator.rb', line 10

def version_format
  @version_format
end