Class: EwayRapid::Models::VerificationResult
- Inherits:
-
Object
- Object
- EwayRapid::Models::VerificationResult
- Defined in:
- lib/eway_rapid/models/models.rb
Overview
Contains the result of all the Beagle and Payment provider verification
Instance Attribute Summary collapse
-
#address ⇒ Object
Currently unused.
-
#beagle_email ⇒ Object
The result of the Beagle Verify email verification.
-
#beagle_phone ⇒ Object
The result of the Beagle Verify phone verification.
-
#cvn ⇒ Object
Currently unused.
-
#email ⇒ Object
Currently unused.
-
#mobile ⇒ Object
Currently unused.
-
#phone ⇒ Object
Currently unused.
Instance Attribute Details
#address ⇒ Object
Currently unused
362 363 364 |
# File 'lib/eway_rapid/models/models.rb', line 362 def address @address end |
#beagle_email ⇒ Object
The result of the Beagle Verify email verification
371 372 373 |
# File 'lib/eway_rapid/models/models.rb', line 371 def beagle_email @beagle_email end |
#beagle_phone ⇒ Object
The result of the Beagle Verify phone verification
374 375 376 |
# File 'lib/eway_rapid/models/models.rb', line 374 def beagle_phone @beagle_phone end |
#cvn ⇒ Object
Currently unused
360 361 362 |
# File 'lib/eway_rapid/models/models.rb', line 360 def cvn @cvn end |
#email ⇒ Object
Currently unused
364 365 366 |
# File 'lib/eway_rapid/models/models.rb', line 364 def email @email end |
#mobile ⇒ Object
Currently unused
366 367 368 |
# File 'lib/eway_rapid/models/models.rb', line 366 def mobile @mobile end |
#phone ⇒ Object
Currently unused
368 369 370 |
# File 'lib/eway_rapid/models/models.rb', line 368 def phone @phone end |