Class: TesoteSdk::Models::LatestAttempt
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::LatestAttempt
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#attempt_number ⇒ Object
Returns the value of attribute attempt_number.
-
#completed_at ⇒ Object
Returns the value of attribute completed_at.
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#external_reference ⇒ Object
Returns the value of attribute external_reference.
-
#id ⇒ Object
Returns the value of attribute id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#submitted_at ⇒ Object
Returns the value of attribute submitted_at.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#attempt_number ⇒ Object
Returns the value of attribute attempt_number
238 239 240 |
# File 'lib/tesote_sdk/models.rb', line 238 def attempt_number @attempt_number end |
#completed_at ⇒ Object
Returns the value of attribute completed_at
238 239 240 |
# File 'lib/tesote_sdk/models.rb', line 238 def completed_at @completed_at end |
#error_code ⇒ Object
Returns the value of attribute error_code
238 239 240 |
# File 'lib/tesote_sdk/models.rb', line 238 def error_code @error_code end |
#error_message ⇒ Object
Returns the value of attribute error_message
238 239 240 |
# File 'lib/tesote_sdk/models.rb', line 238 def @error_message end |
#external_reference ⇒ Object
Returns the value of attribute external_reference
238 239 240 |
# File 'lib/tesote_sdk/models.rb', line 238 def external_reference @external_reference end |
#id ⇒ Object
Returns the value of attribute id
238 239 240 |
# File 'lib/tesote_sdk/models.rb', line 238 def id @id end |
#status ⇒ Object
Returns the value of attribute status
238 239 240 |
# File 'lib/tesote_sdk/models.rb', line 238 def status @status end |
#submitted_at ⇒ Object
Returns the value of attribute submitted_at
238 239 240 |
# File 'lib/tesote_sdk/models.rb', line 238 def submitted_at @submitted_at end |