Class: CFONB::OperationDetails::REF

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

Constant Summary collapse

ATTRIBUTES =
%i[operation_reference].freeze

Class Method Summary collapse

Methods inherited from Base

inherited

Class Method Details

.apply(details, line) ⇒ Object



10
11
12
# File 'lib/cfonb/operation_details/ref.rb', line 10

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