Class: Telesign::API::RequestSTATUS

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#authenticationIDObject

Returns the value of attribute authenticationID.



621
622
623
# File 'lib/telesign/api/default.rb', line 621

def authenticationID
  @authenticationID
end

#customerIDObject

Returns the value of attribute customerID.



620
621
622
# File 'lib/telesign/api/default.rb', line 620

def customerID
  @customerID
end

#referenceIDObject

Returns the value of attribute referenceID.



622
623
624
# File 'lib/telesign/api/default.rb', line 622

def referenceID
  @referenceID
end

#verificationCodeObject

Returns the value of attribute verificationCode.



623
624
625
# File 'lib/telesign/api/default.rb', line 623

def verificationCode
  @verificationCode
end