Class: GetTokensRequest

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

Overview

/GetTokensRequest

tokenFriendlyName - SOAP::SOAPString
tokenStatus - TokenStatus
callerReference - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tokenFriendlyName = nil, tokenStatus = nil, callerReference = nil) ⇒ GetTokensRequest

Returns a new instance of GetTokensRequest.



870
871
872
873
874
# File 'lib/default.rb', line 870

def initialize(tokenFriendlyName = nil, tokenStatus = nil, callerReference = nil)
  @tokenFriendlyName = tokenFriendlyName
  @tokenStatus = tokenStatus
  @callerReference = callerReference
end

Instance Attribute Details

#callerReferenceObject

Returns the value of attribute callerReference.



868
869
870
# File 'lib/default.rb', line 868

def callerReference
  @callerReference
end

#tokenFriendlyNameObject

Returns the value of attribute tokenFriendlyName.



866
867
868
# File 'lib/default.rb', line 866

def tokenFriendlyName
  @tokenFriendlyName
end

#tokenStatusObject

Returns the value of attribute tokenStatus.



867
868
869
# File 'lib/default.rb', line 867

def tokenStatus
  @tokenStatus
end