Class: JumioRock::PerformNetverifyParams
- Inherits:
-
NetverifyParams
- Object
- NetverifyParams
- JumioRock::PerformNetverifyParams
- Defined in:
- lib/jumio_rock/perform_netverify_params.rb
Constant Summary collapse
- IMAGE_MAX_SIZE =
5 *1024 *1014
Instance Attribute Summary collapse
-
#callbackUrl ⇒ Object
Returns the value of attribute callbackUrl.
-
#frontsideImage ⇒ Object
readonly
Returns the value of attribute frontsideImage.
-
#merchantIdScanReference ⇒ Object
readonly
Returns the value of attribute merchantIdScanReference.
Instance Method Summary collapse
-
#initialize(scan_reference, front_side_image_path) ⇒ PerformNetverifyParams
constructor
A new instance of PerformNetverifyParams.
Methods inherited from NetverifyParams
Constructor Details
#initialize(scan_reference, front_side_image_path) ⇒ PerformNetverifyParams
10 11 12 13 |
# File 'lib/jumio_rock/perform_netverify_params.rb', line 10 def initialize(scan_reference, front_side_image_path) @merchantIdScanReference = scan_reference encode_image front_side_image_path end |
Instance Attribute Details
#callbackUrl ⇒ Object
Returns the value of attribute callbackUrl.
7 8 9 |
# File 'lib/jumio_rock/perform_netverify_params.rb', line 7 def callbackUrl @callbackUrl end |
#frontsideImage ⇒ Object (readonly)
Returns the value of attribute frontsideImage.
8 9 10 |
# File 'lib/jumio_rock/perform_netverify_params.rb', line 8 def frontsideImage @frontsideImage end |
#merchantIdScanReference ⇒ Object (readonly)
Returns the value of attribute merchantIdScanReference.
8 9 10 |
# File 'lib/jumio_rock/perform_netverify_params.rb', line 8 def merchantIdScanReference @merchantIdScanReference end |