Class: ProcessACHEFTV1Response
- Inherits:
-
Object
- Object
- ProcessACHEFTV1Response
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/ProcessACHEFTV1Response
processACHEFTV1Result - ProcessACHEFTV1Response::ProcessACHEFTV1Result
Defined Under Namespace
Classes: ProcessACHEFTV1Result
Instance Attribute Summary (collapse)
-
- (Object) processACHEFTV1Result
Returns the value of attribute processACHEFTV1Result.
Instance Method Summary (collapse)
-
- (ProcessACHEFTV1Response) initialize(processACHEFTV1Result = nil)
constructor
A new instance of ProcessACHEFTV1Response.
Constructor Details
- (ProcessACHEFTV1Response) initialize(processACHEFTV1Result = nil)
Returns a new instance of ProcessACHEFTV1Response
411 412 413 |
# File 'lib/default.rb', line 411 def initialize(processACHEFTV1Result = nil) @processACHEFTV1Result = processACHEFTV1Result end |
Instance Attribute Details
- (Object) processACHEFTV1Result
Returns the value of attribute processACHEFTV1Result
409 410 411 |
# File 'lib/default.rb', line 409 def processACHEFTV1Result @processACHEFTV1Result end |