Class: Ach::SecurityHeaderRecord
- Inherits:
-
Object
- Object
- Ach::SecurityHeaderRecord
- Defined in:
- lib/ach/creator.rb
Instance Attribute Summary collapse
-
#security_header ⇒ Object
Returns the value of attribute security_header.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ SecurityHeaderRecord
constructor
A new instance of SecurityHeaderRecord.
Constructor Details
#initialize(options = {}) ⇒ SecurityHeaderRecord
Returns a new instance of SecurityHeaderRecord.
161 162 163 164 165 |
# File 'lib/ach/creator.rb', line 161 def initialize(={}) @security_header = [:security_header] @write_to_file = [:write_to_file] encode end |
Instance Attribute Details
#security_header ⇒ Object
Returns the value of attribute security_header.
160 161 162 |
# File 'lib/ach/creator.rb', line 160 def security_header @security_header end |