Class: Docusign::AuthenticationStatus
- Inherits:
-
Object
- Object
- Docusign::AuthenticationStatus
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0AuthenticationStatus
accessCodeResult - Docusign::EventResult
iDQuestionsResult - Docusign::EventResult
iDLookupResult - Docusign::EventResult
ageVerifyResult - Docusign::EventResult
sTANPinResult - Docusign::EventResult
oFACResult - Docusign::EventResult
phoneAuthResult - Docusign::EventResult
Instance Attribute Summary collapse
-
#accessCodeResult ⇒ Object
Returns the value of attribute accessCodeResult.
-
#ageVerifyResult ⇒ Object
Returns the value of attribute ageVerifyResult.
-
#iDLookupResult ⇒ Object
Returns the value of attribute iDLookupResult.
-
#iDQuestionsResult ⇒ Object
Returns the value of attribute iDQuestionsResult.
-
#oFACResult ⇒ Object
Returns the value of attribute oFACResult.
-
#phoneAuthResult ⇒ Object
Returns the value of attribute phoneAuthResult.
-
#sTANPinResult ⇒ Object
Returns the value of attribute sTANPinResult.
Instance Method Summary collapse
-
#initialize(accessCodeResult = nil, iDQuestionsResult = nil, iDLookupResult = nil, ageVerifyResult = nil, sTANPinResult = nil, oFACResult = nil, phoneAuthResult = nil) ⇒ AuthenticationStatus
constructor
A new instance of AuthenticationStatus.
Constructor Details
#initialize(accessCodeResult = nil, iDQuestionsResult = nil, iDLookupResult = nil, ageVerifyResult = nil, sTANPinResult = nil, oFACResult = nil, phoneAuthResult = nil) ⇒ AuthenticationStatus
Returns a new instance of AuthenticationStatus.
884 885 886 887 888 889 890 891 892 |
# File 'lib/docusign/docusign.rb', line 884 def initialize(accessCodeResult = nil, iDQuestionsResult = nil, iDLookupResult = nil, ageVerifyResult = nil, sTANPinResult = nil, oFACResult = nil, phoneAuthResult = nil) @accessCodeResult = accessCodeResult @iDQuestionsResult = iDQuestionsResult @iDLookupResult = iDLookupResult @ageVerifyResult = ageVerifyResult @sTANPinResult = sTANPinResult @oFACResult = oFACResult @phoneAuthResult = phoneAuthResult end |
Instance Attribute Details
#accessCodeResult ⇒ Object
Returns the value of attribute accessCodeResult.
876 877 878 |
# File 'lib/docusign/docusign.rb', line 876 def accessCodeResult @accessCodeResult end |
#ageVerifyResult ⇒ Object
Returns the value of attribute ageVerifyResult.
879 880 881 |
# File 'lib/docusign/docusign.rb', line 879 def ageVerifyResult @ageVerifyResult end |
#iDLookupResult ⇒ Object
Returns the value of attribute iDLookupResult.
878 879 880 |
# File 'lib/docusign/docusign.rb', line 878 def iDLookupResult @iDLookupResult end |
#iDQuestionsResult ⇒ Object
Returns the value of attribute iDQuestionsResult.
877 878 879 |
# File 'lib/docusign/docusign.rb', line 877 def iDQuestionsResult @iDQuestionsResult end |
#oFACResult ⇒ Object
Returns the value of attribute oFACResult.
881 882 883 |
# File 'lib/docusign/docusign.rb', line 881 def oFACResult @oFACResult end |
#phoneAuthResult ⇒ Object
Returns the value of attribute phoneAuthResult.
882 883 884 |
# File 'lib/docusign/docusign.rb', line 882 def phoneAuthResult @phoneAuthResult end |
#sTANPinResult ⇒ Object
Returns the value of attribute sTANPinResult.
880 881 882 |
# File 'lib/docusign/docusign.rb', line 880 def sTANPinResult @sTANPinResult end |