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
322 323 324 |
# File 'lib/eway_rapid/models/models.rb', line 322 def address @address end |
#beagle_email ⇒ Object
The result of the Beagle Verify email verification
331 332 333 |
# File 'lib/eway_rapid/models/models.rb', line 331 def beagle_email @beagle_email end |
#beagle_phone ⇒ Object
The result of the Beagle Verify phone verification
334 335 336 |
# File 'lib/eway_rapid/models/models.rb', line 334 def beagle_phone @beagle_phone end |
#cvn ⇒ Object
Currently unused
320 321 322 |
# File 'lib/eway_rapid/models/models.rb', line 320 def cvn @cvn end |
#email ⇒ Object
Currently unused
324 325 326 |
# File 'lib/eway_rapid/models/models.rb', line 324 def email @email end |
#mobile ⇒ Object
Currently unused
326 327 328 |
# File 'lib/eway_rapid/models/models.rb', line 326 def mobile @mobile end |
#phone ⇒ Object
Currently unused
328 329 330 |
# File 'lib/eway_rapid/models/models.rb', line 328 def phone @phone end |