Class: JumioRock::RedirectNetverifyParams
- Inherits:
-
NetverifyParams
- Object
- NetverifyParams
- JumioRock::RedirectNetverifyParams
- Defined in:
- lib/jumio_rock/redirect_netverify_params.rb
Instance Attribute Summary collapse
-
#authorizationTokenLifetime ⇒ Object
Returns the value of attribute authorizationTokenLifetime.
-
#customerId ⇒ Object
readonly
Returns the value of attribute customerId.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#merchantIdScanReference ⇒ Object
readonly
Returns the value of attribute merchantIdScanReference.
Instance Method Summary collapse
-
#initialize(scan_reference, customer_id) ⇒ RedirectNetverifyParams
constructor
A new instance of RedirectNetverifyParams.
Methods inherited from NetverifyParams
Constructor Details
#initialize(scan_reference, customer_id) ⇒ RedirectNetverifyParams
Returns a new instance of RedirectNetverifyParams.
6 7 8 9 |
# File 'lib/jumio_rock/redirect_netverify_params.rb', line 6 def initialize(scan_reference, customer_id) @merchantIdScanReference = scan_reference @customerId = customer_id end |
Instance Attribute Details
#authorizationTokenLifetime ⇒ Object
Returns the value of attribute authorizationTokenLifetime.
4 5 6 |
# File 'lib/jumio_rock/redirect_netverify_params.rb', line 4 def end |
#customerId ⇒ Object (readonly)
Returns the value of attribute customerId.
3 4 5 |
# File 'lib/jumio_rock/redirect_netverify_params.rb', line 3 def customerId @customerId end |
#locale ⇒ Object
Returns the value of attribute locale.
4 5 6 |
# File 'lib/jumio_rock/redirect_netverify_params.rb', line 4 def locale @locale end |
#merchantIdScanReference ⇒ Object (readonly)
Returns the value of attribute merchantIdScanReference.
3 4 5 |
# File 'lib/jumio_rock/redirect_netverify_params.rb', line 3 def merchantIdScanReference @merchantIdScanReference end |