Class: BatchProcessResult

Inherits:
Object
  • Object
show all
Defined in:
lib/model/BatchProcessResult.rb

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

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