Class: Etapper::API::LoginCredentialsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceLoginCredentialsRequest

 - Etapper::API::Account
confirmationLoginURL - SOAP::SOAPString
confirmationMessageFooter - SOAP::SOAPString
confirmationMessageHeader - SOAP::SOAPString
confirmationSender - SOAP::SOAPString
confirmationSignature - SOAP::SOAPString
confirmationSubject - SOAP::SOAPString
duplicateSearchCriteria - Etapper::API::ArrayOfSearchCriteria
duplicateSearchQuery - SOAP::SOAPString
failureEmail - SOAP::SOAPString
loginId - SOAP::SOAPString
matchHasLoginIdActionType - SOAP::SOAPInt
matchMultipleActionType - SOAP::SOAPInt
matchNotFoundActionType - SOAP::SOAPInt
notificationEmail - SOAP::SOAPString
password - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(account = nil, confirmationLoginURL = nil, confirmationMessageFooter = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, duplicateSearchCriteria = nil, duplicateSearchQuery = nil, failureEmail = nil, loginId = nil, matchHasLoginIdActionType = nil, matchMultipleActionType = nil, matchNotFoundActionType = nil, notificationEmail = nil, password = nil) ⇒ LoginCredentialsRequest

Returns a new instance of LoginCredentialsRequest.



956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
# File 'lib/etapper/api/service.rb', line 956

def initialize( = nil, confirmationLoginURL = nil, confirmationMessageFooter = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, duplicateSearchCriteria = nil, duplicateSearchQuery = nil, failureEmail = nil, loginId = nil, matchHasLoginIdActionType = nil, matchMultipleActionType = nil, matchNotFoundActionType = nil, notificationEmail = nil, password = nil)
  @account = 
  @confirmationLoginURL = confirmationLoginURL
  @confirmationMessageFooter = confirmationMessageFooter
  @confirmationMessageHeader = confirmationMessageHeader
  @confirmationSender = confirmationSender
  @confirmationSignature = confirmationSignature
  @confirmationSubject = confirmationSubject
  @duplicateSearchCriteria = duplicateSearchCriteria
  @duplicateSearchQuery = duplicateSearchQuery
  @failureEmail = failureEmail
  @loginId = loginId
  @matchHasLoginIdActionType = matchHasLoginIdActionType
  @matchMultipleActionType = matchMultipleActionType
  @matchNotFoundActionType = matchNotFoundActionType
  @notificationEmail = notificationEmail
  @password = password
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



939
940
941
# File 'lib/etapper/api/service.rb', line 939

def 
  @account
end

#confirmationLoginURLObject

Returns the value of attribute confirmationLoginURL.



940
941
942
# File 'lib/etapper/api/service.rb', line 940

def confirmationLoginURL
  @confirmationLoginURL
end

#confirmationMessageFooterObject

Returns the value of attribute confirmationMessageFooter.



941
942
943
# File 'lib/etapper/api/service.rb', line 941

def confirmationMessageFooter
  @confirmationMessageFooter
end

#confirmationMessageHeaderObject

Returns the value of attribute confirmationMessageHeader.



942
943
944
# File 'lib/etapper/api/service.rb', line 942

def confirmationMessageHeader
  @confirmationMessageHeader
end

#confirmationSenderObject

Returns the value of attribute confirmationSender.



943
944
945
# File 'lib/etapper/api/service.rb', line 943

def confirmationSender
  @confirmationSender
end

#confirmationSignatureObject

Returns the value of attribute confirmationSignature.



944
945
946
# File 'lib/etapper/api/service.rb', line 944

def confirmationSignature
  @confirmationSignature
end

#confirmationSubjectObject

Returns the value of attribute confirmationSubject.



945
946
947
# File 'lib/etapper/api/service.rb', line 945

def confirmationSubject
  @confirmationSubject
end

#duplicateSearchCriteriaObject

Returns the value of attribute duplicateSearchCriteria.



946
947
948
# File 'lib/etapper/api/service.rb', line 946

def duplicateSearchCriteria
  @duplicateSearchCriteria
end

#duplicateSearchQueryObject

Returns the value of attribute duplicateSearchQuery.



947
948
949
# File 'lib/etapper/api/service.rb', line 947

def duplicateSearchQuery
  @duplicateSearchQuery
end

#failureEmailObject

Returns the value of attribute failureEmail.



948
949
950
# File 'lib/etapper/api/service.rb', line 948

def failureEmail
  @failureEmail
end

#loginIdObject

Returns the value of attribute loginId.



949
950
951
# File 'lib/etapper/api/service.rb', line 949

def loginId
  @loginId
end

#matchHasLoginIdActionTypeObject

Returns the value of attribute matchHasLoginIdActionType.



950
951
952
# File 'lib/etapper/api/service.rb', line 950

def matchHasLoginIdActionType
  @matchHasLoginIdActionType
end

#matchMultipleActionTypeObject

Returns the value of attribute matchMultipleActionType.



951
952
953
# File 'lib/etapper/api/service.rb', line 951

def matchMultipleActionType
  @matchMultipleActionType
end

#matchNotFoundActionTypeObject

Returns the value of attribute matchNotFoundActionType.



952
953
954
# File 'lib/etapper/api/service.rb', line 952

def matchNotFoundActionType
  @matchNotFoundActionType
end

#notificationEmailObject

Returns the value of attribute notificationEmail.



953
954
955
# File 'lib/etapper/api/service.rb', line 953

def notificationEmail
  @notificationEmail
end

#passwordObject

Returns the value of attribute password.



954
955
956
# File 'lib/etapper/api/service.rb', line 954

def password
  @password
end