Class: EpoOps::IpcClassHierarchyLoader

Inherits:
Object
  • Object
show all
Defined in:
lib/epo_ops/ipc_class_hierarchy_loader.rb

Overview

Usually this should only used internally. Loads the Hierarchy from the WIPO. This is used to update IpcClassHierarchy manually. At the beginning of the year the WIPO publishes a new list of IPC classes. The IpcClassHierarchy should then be updated. Make sure that the url is correct!

Class Method Summary collapse

Class Method Details

.loadHash

loads data from the WIPO

Returns:

  • (Hash)


14
15
16
# File 'lib/epo_ops/ipc_class_hierarchy_loader.rb', line 14

def self.load
  load_url
end