Class: GetTokenByCallerRequest

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

Overview

/GetTokenByCallerRequest

tokenId - (any)
callerReference - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tokenId = nil, callerReference = nil) ⇒ GetTokenByCallerRequest

Returns a new instance of GetTokenByCallerRequest.



1076
1077
1078
1079
# File 'lib/default.rb', line 1076

def initialize(tokenId = nil, callerReference = nil)
  @tokenId = tokenId
  @callerReference = callerReference
end

Instance Attribute Details

#callerReferenceObject

Returns the value of attribute callerReference.



1074
1075
1076
# File 'lib/default.rb', line 1074

def callerReference
  @callerReference
end

#tokenIdObject

Returns the value of attribute tokenId.



1073
1074
1075
# File 'lib/default.rb', line 1073

def tokenId
  @tokenId
end