Class: TesoteSdk::Models::StatusResult

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

#authenticatedObject

Returns the value of attribute authenticated

Returns:

  • (Object)

    the current value of authenticated



433
434
435
# File 'lib/tesote_sdk/models.rb', line 433

def authenticated
  @authenticated
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



433
434
435
# File 'lib/tesote_sdk/models.rb', line 433

def status
  @status
end