Class: Ehbrs::Tools::Accommodations::Runner
- Inherits:
-
Object
- Object
- Ehbrs::Tools::Accommodations::Runner
show all
- Defined in:
- lib/ehbrs/tools/accommodations/runner.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.organization_name ⇒ String
9
10
11
|
# File 'lib/ehbrs/tools/accommodations/runner.rb', line 9
def organization_name
module_parent.name.demodulize
end
|
Instance Method Details
#run ⇒ Object
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
|