Class: TesoteSdk::Models::LatestAttempt

Inherits:
Struct
  • Object
show all
Extended by:
FromHash
Defined in:
lib/tesote_sdk/models.rb

Instance Attribute Summary collapse

Method Summary

Methods included from FromHash

build_field, from_array, from_hash

Instance Attribute Details

#attempt_numberObject

Returns the value of attribute attempt_number

Returns:

  • (Object)

    the current value of attempt_number



238
239
240
# File 'lib/tesote_sdk/models.rb', line 238

def attempt_number
  @attempt_number
end

#completed_atObject

Returns the value of attribute completed_at

Returns:

  • (Object)

    the current value of completed_at



238
239
240
# File 'lib/tesote_sdk/models.rb', line 238

def completed_at
  @completed_at
end

#error_codeObject

Returns the value of attribute error_code

Returns:

  • (Object)

    the current value of error_code



238
239
240
# File 'lib/tesote_sdk/models.rb', line 238

def error_code
  @error_code
end

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



238
239
240
# File 'lib/tesote_sdk/models.rb', line 238

def error_message
  @error_message
end

#external_referenceObject

Returns the value of attribute external_reference

Returns:

  • (Object)

    the current value of external_reference



238
239
240
# File 'lib/tesote_sdk/models.rb', line 238

def external_reference
  @external_reference
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



238
239
240
# File 'lib/tesote_sdk/models.rb', line 238

def id
  @id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



238
239
240
# File 'lib/tesote_sdk/models.rb', line 238

def status
  @status
end

#submitted_atObject

Returns the value of attribute submitted_at

Returns:

  • (Object)

    the current value of submitted_at



238
239
240
# File 'lib/tesote_sdk/models.rb', line 238

def 
  @submitted_at
end