Class: Clerq::Services::CheckAssembly

Inherits:
Service
  • Object
show all
Defined in:
lib/clerq/services/check_assembly.rb

Overview

Find errors in hierarchy and prints in console

Instance Method Summary collapse

Methods inherited from Service

call

Instance Method Details

#callObject



13
14
15
16
17
18
# File 'lib/clerq/services/check_assembly.rb', line 13

def call
  print_nonuniq_id
  print_lost_roots
  print_lost_index
  print_lost_links
end