Class: CFONB::OperationDetails::NPY
- Defined in:
- lib/cfonb/operation_details/npy.rb
Constant Summary collapse
- ATTRIBUTES =
%i[debtor].freeze
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.apply(details, line) ⇒ Object
8 9 10 |
# File 'lib/cfonb/operation_details/npy.rb', line 8 def self.apply(details, line) details.debtor = line.detail.strip end |