Class: CFONB::OperationDetails::LC2

Inherits:
Base
  • Object
show all
Defined in:
lib/cfonb/operation_details/lc2.rb

Constant Summary collapse

ATTRIBUTES =
%i[unstructured_label_2].freeze

Class Method Summary collapse

Methods inherited from Base

inherited

Class Method Details

.apply(details, line) ⇒ Object



8
9
10
# File 'lib/cfonb/operation_details/lc2.rb', line 8

def self.apply(details, line)
  details.unstructured_label_2 = line.detail.strip
end