Module: Nacha::Record::BatchControlRecordType
- Included in:
- AdvBatchControl, BatchControl
- Defined in:
- lib/nacha/record/batch_control_record_type.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
6 7 8 |
# File 'lib/nacha/record/batch_control_record_type.rb', line 6 def self.included(base) base.extend ClassMethods end |
Instance Method Details
#child_record_types ⇒ Object
16 17 18 |
# File 'lib/nacha/record/batch_control_record_type.rb', line 16 def child_record_types self.class.child_record_types end |