Class: Ehbrs::Tools::Accommodations::Runner

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs/tools/accommodations/runner.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.organization_nameString

Returns:

  • (String)


9
10
11
# File 'lib/ehbrs/tools/accommodations/runner.rb', line 9

def organization_name
  module_parent.name.demodulize
end

Instance Method Details

#runObject



21
22
23
24
25
26
27
# File 'lib/ehbrs/tools/accommodations/runner.rb', line 21

def run
  run_output
  infov 'Actual count found', list_rows.count
  infov 'Declared count', processor.declared_count
  result, message = counts_result
  send(result, message)
end