Class: Telesign::API::STATUS
- Inherits:
-
Object
- Object
- Telesign::API::STATUS
- Defined in:
- lib/telesign/api/default.rb
Overview
/STATUS
statusCode - SOAP::SOAPString
verificationCodeValid - SOAP::SOAPString
additional - SOAP::SOAPString
keyPress - SOAP::SOAPString
aPIError - Telesign::API::APIErrorResponse
Instance Attribute Summary collapse
-
#additional ⇒ Object
Returns the value of attribute additional.
-
#aPIError ⇒ Object
Returns the value of attribute aPIError.
-
#keyPress ⇒ Object
Returns the value of attribute keyPress.
-
#statusCode ⇒ Object
Returns the value of attribute statusCode.
-
#verificationCodeValid ⇒ Object
Returns the value of attribute verificationCodeValid.
Instance Method Summary collapse
-
#initialize(statusCode = nil, verificationCodeValid = nil, additional = nil, keyPress = nil, aPIError = nil) ⇒ STATUS
constructor
A new instance of STATUS.
Constructor Details
#initialize(statusCode = nil, verificationCodeValid = nil, additional = nil, keyPress = nil, aPIError = nil) ⇒ STATUS
Returns a new instance of STATUS.
125 126 127 128 129 130 131 |
# File 'lib/telesign/api/default.rb', line 125 def initialize(statusCode = nil, verificationCodeValid = nil, additional = nil, keyPress = nil, aPIError = nil) @statusCode = statusCode @verificationCodeValid = verificationCodeValid @additional = additional @keyPress = keyPress @aPIError = aPIError end |
Instance Attribute Details
#additional ⇒ Object
Returns the value of attribute additional.
121 122 123 |
# File 'lib/telesign/api/default.rb', line 121 def additional @additional end |
#aPIError ⇒ Object
Returns the value of attribute aPIError.
123 124 125 |
# File 'lib/telesign/api/default.rb', line 123 def aPIError @aPIError end |
#keyPress ⇒ Object
Returns the value of attribute keyPress.
122 123 124 |
# File 'lib/telesign/api/default.rb', line 122 def keyPress @keyPress end |
#statusCode ⇒ Object
Returns the value of attribute statusCode.
119 120 121 |
# File 'lib/telesign/api/default.rb', line 119 def statusCode @statusCode end |
#verificationCodeValid ⇒ Object
Returns the value of attribute verificationCodeValid.
120 121 122 |
# File 'lib/telesign/api/default.rb', line 120 def verificationCodeValid @verificationCodeValid end |