Class: MT940::Job

Inherits:
Field
  • Object
show all
Defined in:
lib/mt940.rb

Overview

20

Direct Known Subclasses

Reference

Constant Summary

Constants inherited from Field

Field::DATE, Field::SHORT_DATE

Instance Attribute Summary collapse

Attributes inherited from Field

#content, #modifier

Instance Method Summary collapse

Methods inherited from Field

for, #initialize

Constructor Details

This class inherits a constructor from MT940::Field

Instance Attribute Details

#referenceObject (readonly)

Returns the value of attribute reference.



71
72
73
# File 'lib/mt940.rb', line 71

def reference
  @reference
end

Instance Method Details

#parse_content(content) ⇒ Object



73
74
75
# File 'lib/mt940.rb', line 73

def parse_content(content)
  @reference = content
end