Class: Etapper::API::LoginCredentialsRequest
- Inherits:
-
Object
- Object
- Etapper::API::LoginCredentialsRequest
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceLoginCredentialsRequest
account - Etapper::API::Account
confirmationLoginURL - SOAP::SOAPString
- 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
-
#account ⇒ Object
Returns the value of attribute account.
-
#confirmationLoginURL ⇒ Object
Returns the value of attribute confirmationLoginURL.
-
#confirmationMessageFooter ⇒ Object
Returns the value of attribute confirmationMessageFooter.
-
#confirmationMessageHeader ⇒ Object
Returns the value of attribute confirmationMessageHeader.
-
#confirmationSender ⇒ Object
Returns the value of attribute confirmationSender.
-
#confirmationSignature ⇒ Object
Returns the value of attribute confirmationSignature.
-
#confirmationSubject ⇒ Object
Returns the value of attribute confirmationSubject.
-
#duplicateSearchCriteria ⇒ Object
Returns the value of attribute duplicateSearchCriteria.
-
#duplicateSearchQuery ⇒ Object
Returns the value of attribute duplicateSearchQuery.
-
#failureEmail ⇒ Object
Returns the value of attribute failureEmail.
-
#loginId ⇒ Object
Returns the value of attribute loginId.
-
#matchHasLoginIdActionType ⇒ Object
Returns the value of attribute matchHasLoginIdActionType.
-
#matchMultipleActionType ⇒ Object
Returns the value of attribute matchMultipleActionType.
-
#matchNotFoundActionType ⇒ Object
Returns the value of attribute matchNotFoundActionType.
-
#notificationEmail ⇒ Object
Returns the value of attribute notificationEmail.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#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
constructor
A new instance of LoginCredentialsRequest.
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(account = nil, confirmationLoginURL = nil, = 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 = account @confirmationLoginURL = confirmationLoginURL @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
#account ⇒ Object
Returns the value of attribute account.
939 940 941 |
# File 'lib/etapper/api/service.rb', line 939 def account @account end |
#confirmationLoginURL ⇒ Object
Returns the value of attribute confirmationLoginURL.
940 941 942 |
# File 'lib/etapper/api/service.rb', line 940 def confirmationLoginURL @confirmationLoginURL end |
#confirmationMessageFooter ⇒ Object
Returns the value of attribute confirmationMessageFooter.
941 942 943 |
# File 'lib/etapper/api/service.rb', line 941 def @confirmationMessageFooter end |
#confirmationMessageHeader ⇒ Object
Returns the value of attribute confirmationMessageHeader.
942 943 944 |
# File 'lib/etapper/api/service.rb', line 942 def confirmationMessageHeader @confirmationMessageHeader end |
#confirmationSender ⇒ Object
Returns the value of attribute confirmationSender.
943 944 945 |
# File 'lib/etapper/api/service.rb', line 943 def confirmationSender @confirmationSender end |
#confirmationSignature ⇒ Object
Returns the value of attribute confirmationSignature.
944 945 946 |
# File 'lib/etapper/api/service.rb', line 944 def confirmationSignature @confirmationSignature end |
#confirmationSubject ⇒ Object
Returns the value of attribute confirmationSubject.
945 946 947 |
# File 'lib/etapper/api/service.rb', line 945 def confirmationSubject @confirmationSubject end |
#duplicateSearchCriteria ⇒ Object
Returns the value of attribute duplicateSearchCriteria.
946 947 948 |
# File 'lib/etapper/api/service.rb', line 946 def duplicateSearchCriteria @duplicateSearchCriteria end |
#duplicateSearchQuery ⇒ Object
Returns the value of attribute duplicateSearchQuery.
947 948 949 |
# File 'lib/etapper/api/service.rb', line 947 def duplicateSearchQuery @duplicateSearchQuery end |
#failureEmail ⇒ Object
Returns the value of attribute failureEmail.
948 949 950 |
# File 'lib/etapper/api/service.rb', line 948 def failureEmail @failureEmail end |
#loginId ⇒ Object
Returns the value of attribute loginId.
949 950 951 |
# File 'lib/etapper/api/service.rb', line 949 def loginId @loginId end |
#matchHasLoginIdActionType ⇒ Object
Returns the value of attribute matchHasLoginIdActionType.
950 951 952 |
# File 'lib/etapper/api/service.rb', line 950 def matchHasLoginIdActionType @matchHasLoginIdActionType end |
#matchMultipleActionType ⇒ Object
Returns the value of attribute matchMultipleActionType.
951 952 953 |
# File 'lib/etapper/api/service.rb', line 951 def matchMultipleActionType @matchMultipleActionType end |
#matchNotFoundActionType ⇒ Object
Returns the value of attribute matchNotFoundActionType.
952 953 954 |
# File 'lib/etapper/api/service.rb', line 952 def matchNotFoundActionType @matchNotFoundActionType end |
#notificationEmail ⇒ Object
Returns the value of attribute notificationEmail.
953 954 955 |
# File 'lib/etapper/api/service.rb', line 953 def notificationEmail @notificationEmail end |
#password ⇒ Object
Returns the value of attribute password.
954 955 956 |
# File 'lib/etapper/api/service.rb', line 954 def password @password end |