Class: Ach::Observer
- Inherits:
-
Object
- Object
- Ach::Observer
- Defined in:
- lib/ach/observer.rb
Instance Method Summary collapse
- #batch_control(hash) ⇒ Object
- #batch_header(hash) ⇒ Object
- #entry_detail(hash) ⇒ Object
- #file_control(hash) ⇒ Object
- #file_header(hash) ⇒ Object
Instance Method Details
#batch_control(hash) ⇒ Object
16 17 18 |
# File 'lib/ach/observer.rb', line 16 def batch_control(hash) raise Exception.new "This should be implemented!" end |
#batch_header(hash) ⇒ Object
8 9 10 |
# File 'lib/ach/observer.rb', line 8 def batch_header(hash) raise Exception.new "This should be implemented!" end |
#entry_detail(hash) ⇒ Object
12 13 14 |
# File 'lib/ach/observer.rb', line 12 def entry_detail(hash) raise Exception.new "This should be implemented!" end |
#file_control(hash) ⇒ Object
20 21 22 |
# File 'lib/ach/observer.rb', line 20 def file_control(hash) raise Exception.new "This should be implemented!" end |
#file_header(hash) ⇒ Object
4 5 6 |
# File 'lib/ach/observer.rb', line 4 def file_header(hash) raise Exception.new "This should be implemented!" end |