Class: BatchProcessResult
- Inherits:
-
Object
- Object
- BatchProcessResult
- Defined in:
- lib/model/BatchProcessResult.rb
Instance Attribute Summary (collapse)
-
- (Object) AUTHORIZATIONRESULT
Returns the value of attribute AUTHORIZATIONRESULT.
-
- (Object) BATCHID
Returns the value of attribute BATCHID.
-
- (Object) BATCHPROCESSRESULTFILE
Returns the value of attribute BATCHPROCESSRESULTFILE.
Instance Method Summary (collapse)
-
- (BatchProcessResult) initialize(hash)
constructor
A new instance of BatchProcessResult.
Constructor Details
- (BatchProcessResult) initialize(hash)
Returns a new instance of BatchProcessResult
6 7 8 9 10 |
# File 'lib/model/BatchProcessResult.rb', line 6 def initialize(hash) @AUTHORIZATIONRESULT = hash["AUTHORIZATIONRESULT"] @BATCHID = hash["BATCHID"] @BATCHPROCESSRESULTFILE = hash["BATCHPROCESSRESULTFILE"] end |
Instance Attribute Details
- (Object) AUTHORIZATIONRESULT
Returns the value of attribute AUTHORIZATIONRESULT
2 3 4 |
# File 'lib/model/BatchProcessResult.rb', line 2 def AUTHORIZATIONRESULT @AUTHORIZATIONRESULT end |
- (Object) BATCHID
Returns the value of attribute BATCHID
3 4 5 |
# File 'lib/model/BatchProcessResult.rb', line 3 def BATCHID @BATCHID end |
- (Object) BATCHPROCESSRESULTFILE
Returns the value of attribute BATCHPROCESSRESULTFILE
4 5 6 |
# File 'lib/model/BatchProcessResult.rb', line 4 def BATCHPROCESSRESULTFILE @BATCHPROCESSRESULTFILE end |