Class: JumioRock::EmbedNetverifyParams
- Inherits:
-
NetverifyParams
- Object
- NetverifyParams
- JumioRock::EmbedNetverifyParams
- Defined in:
- lib/jumio_rock/embed_netverify_params.rb
Instance Attribute Summary collapse
-
#additionalInformation ⇒ Object
Returns the value of attribute additionalInformation.
-
#authorizationTokenLifetime ⇒ Object
Returns the value of attribute authorizationTokenLifetime.
-
#callbackUrl ⇒ Object
Returns the value of attribute callbackUrl.
-
#captureMethod ⇒ Object
Returns the value of attribute captureMethod.
-
#clientIp ⇒ Object
Returns the value of attribute clientIp.
-
#country ⇒ Object
Returns the value of attribute country.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#dob ⇒ Object
Returns the value of attribute dob.
-
#enabledFields ⇒ Object
Returns the value of attribute enabledFields.
-
#errorUrl ⇒ Object
readonly
Returns the value of attribute errorUrl.
-
#expiry ⇒ Object
Returns the value of attribute expiry.
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#idType ⇒ Object
Returns the value of attribute idType.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#merchantIdScanReference ⇒ Object
readonly
Returns the value of attribute merchantIdScanReference.
-
#merchantReportingCriteria ⇒ Object
Returns the value of attribute merchantReportingCriteria.
-
#mrzCheck ⇒ Object
Returns the value of attribute mrzCheck.
-
#number ⇒ Object
Returns the value of attribute number.
-
#personalNumber ⇒ Object
Returns the value of attribute personalNumber.
-
#successUrl ⇒ Object
readonly
Returns the value of attribute successUrl.
-
#usState ⇒ Object
Returns the value of attribute usState.
Instance Method Summary collapse
-
#initialize(scan_reference, success_url, error_url) ⇒ EmbedNetverifyParams
constructor
A new instance of EmbedNetverifyParams.
Methods inherited from NetverifyParams
Constructor Details
#initialize(scan_reference, success_url, error_url) ⇒ EmbedNetverifyParams
Returns a new instance of EmbedNetverifyParams.
10 11 12 13 14 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 10 def initialize(scan_reference, success_url, error_url) @merchantIdScanReference = scan_reference @successUrl = success_url @errorUrl = error_url end |
Instance Attribute Details
#additionalInformation ⇒ Object
Returns the value of attribute additionalInformation.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def additionalInformation @additionalInformation end |
#authorizationTokenLifetime ⇒ Object
Returns the value of attribute authorizationTokenLifetime.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def @authorizationTokenLifetime end |
#callbackUrl ⇒ Object
Returns the value of attribute callbackUrl.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def callbackUrl @callbackUrl end |
#captureMethod ⇒ Object
Returns the value of attribute captureMethod.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def captureMethod @captureMethod end |
#clientIp ⇒ Object
Returns the value of attribute clientIp.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def clientIp @clientIp end |
#country ⇒ Object
Returns the value of attribute country.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def country @country end |
#customerId ⇒ Object
Returns the value of attribute customerId.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def customerId @customerId end |
#dob ⇒ Object
Returns the value of attribute dob.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def dob @dob end |
#enabledFields ⇒ Object
Returns the value of attribute enabledFields.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def enabledFields @enabledFields end |
#errorUrl ⇒ Object (readonly)
Returns the value of attribute errorUrl.
5 6 7 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 5 def errorUrl @errorUrl end |
#expiry ⇒ Object
Returns the value of attribute expiry.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def expiry @expiry end |
#firstName ⇒ Object
Returns the value of attribute firstName.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def firstName @firstName end |
#idType ⇒ Object
Returns the value of attribute idType.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def idType @idType end |
#lastName ⇒ Object
Returns the value of attribute lastName.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def lastName @lastName end |
#locale ⇒ Object
Returns the value of attribute locale.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def locale @locale end |
#merchantIdScanReference ⇒ Object (readonly)
Returns the value of attribute merchantIdScanReference.
5 6 7 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 5 def merchantIdScanReference @merchantIdScanReference end |
#merchantReportingCriteria ⇒ Object
Returns the value of attribute merchantReportingCriteria.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def merchantReportingCriteria @merchantReportingCriteria end |
#mrzCheck ⇒ Object
Returns the value of attribute mrzCheck.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def mrzCheck @mrzCheck end |
#number ⇒ Object
Returns the value of attribute number.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def number @number end |
#personalNumber ⇒ Object
Returns the value of attribute personalNumber.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def personalNumber @personalNumber end |
#successUrl ⇒ Object (readonly)
Returns the value of attribute successUrl.
5 6 7 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 5 def successUrl @successUrl end |
#usState ⇒ Object
Returns the value of attribute usState.
6 7 8 |
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6 def usState @usState end |