Class: EwayRapid::Models::TransactionStatus
- Inherits:
-
Object
- Object
- EwayRapid::Models::TransactionStatus
- Defined in:
- lib/eway_rapid/models/models.rb
Overview
Contains the status information for a transaction
Instance Attribute Summary collapse
-
#beagle_score ⇒ Object
Returns the value of attribute beagle_score.
-
#captured ⇒ Object
Returns the value of attribute captured.
-
#fraud_action ⇒ Object
Returns the value of attribute fraud_action.
-
#processing_details ⇒ Object
Returns the value of attribute processing_details.
-
#status ⇒ Object
(also: #status?)
Returns the value of attribute status.
-
#total ⇒ Object
Returns the value of attribute total.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
-
#verification_result ⇒ Object
Returns the value of attribute verification_result.
Instance Attribute Details
#beagle_score ⇒ Object
Returns the value of attribute beagle_score.
309 310 311 |
# File 'lib/eway_rapid/models/models.rb', line 309 def beagle_score @beagle_score end |
#captured ⇒ Object
Returns the value of attribute captured.
308 309 310 |
# File 'lib/eway_rapid/models/models.rb', line 308 def captured @captured end |
#fraud_action ⇒ Object
Returns the value of attribute fraud_action.
310 311 312 |
# File 'lib/eway_rapid/models/models.rb', line 310 def fraud_action @fraud_action end |
#processing_details ⇒ Object
Returns the value of attribute processing_details.
312 313 314 |
# File 'lib/eway_rapid/models/models.rb', line 312 def processing_details @processing_details end |
#status ⇒ Object Also known as: status?
Returns the value of attribute status.
307 308 309 |
# File 'lib/eway_rapid/models/models.rb', line 307 def status @status end |
#total ⇒ Object
Returns the value of attribute total.
306 307 308 |
# File 'lib/eway_rapid/models/models.rb', line 306 def total @total end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
305 306 307 |
# File 'lib/eway_rapid/models/models.rb', line 305 def transaction_id @transaction_id end |
#verification_result ⇒ Object
Returns the value of attribute verification_result.
311 312 313 |
# File 'lib/eway_rapid/models/models.rb', line 311 def verification_result @verification_result end |