Class: TesoteSdk::Models::StatusResult
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::StatusResult
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#authenticated ⇒ Object
Returns the value of attribute authenticated.
-
#status ⇒ Object
Returns the value of attribute status.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#authenticated ⇒ Object
Returns the value of attribute authenticated
433 434 435 |
# File 'lib/tesote_sdk/models.rb', line 433 def authenticated @authenticated end |
#status ⇒ Object
Returns the value of attribute status
433 434 435 |
# File 'lib/tesote_sdk/models.rb', line 433 def status @status end |