Class: Telesign::API::RequestSTATUS
- Inherits:
-
Object
- Object
- Telesign::API::RequestSTATUS
- Defined in:
- lib/telesign/api/default.rb
Overview
/RequestSTATUS
customerID - SOAP::SOAPString
authenticationID - SOAP::SOAPString
referenceID - SOAP::SOAPString
verificationCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#authenticationID ⇒ Object
Returns the value of attribute authenticationID.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#referenceID ⇒ Object
Returns the value of attribute referenceID.
-
#verificationCode ⇒ Object
Returns the value of attribute verificationCode.
Instance Method Summary collapse
-
#initialize(customerID = nil, authenticationID = nil, referenceID = nil, verificationCode = nil) ⇒ RequestSTATUS
constructor
A new instance of RequestSTATUS.
Constructor Details
#initialize(customerID = nil, authenticationID = nil, referenceID = nil, verificationCode = nil) ⇒ RequestSTATUS
Returns a new instance of RequestSTATUS.
625 626 627 628 629 630 |
# File 'lib/telesign/api/default.rb', line 625 def initialize(customerID = nil, authenticationID = nil, referenceID = nil, verificationCode = nil) @customerID = customerID @authenticationID = authenticationID @referenceID = referenceID @verificationCode = verificationCode end |
Instance Attribute Details
#authenticationID ⇒ Object
Returns the value of attribute authenticationID.
621 622 623 |
# File 'lib/telesign/api/default.rb', line 621 def authenticationID @authenticationID end |
#customerID ⇒ Object
Returns the value of attribute customerID.
620 621 622 |
# File 'lib/telesign/api/default.rb', line 620 def customerID @customerID end |
#referenceID ⇒ Object
Returns the value of attribute referenceID.
622 623 624 |
# File 'lib/telesign/api/default.rb', line 622 def referenceID @referenceID end |
#verificationCode ⇒ Object
Returns the value of attribute verificationCode.
623 624 625 |
# File 'lib/telesign/api/default.rb', line 623 def verificationCode @verificationCode end |