Class: TesoteSdk::Models::SyncStartResult
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::SyncStartResult
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#sync_session_id ⇒ Object
Returns the value of attribute sync_session_id.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
172 173 174 |
# File 'lib/tesote_sdk/models.rb', line 172 def @message end |
#started_at ⇒ Object
Returns the value of attribute started_at
172 173 174 |
# File 'lib/tesote_sdk/models.rb', line 172 def started_at @started_at end |
#status ⇒ Object
Returns the value of attribute status
172 173 174 |
# File 'lib/tesote_sdk/models.rb', line 172 def status @status end |
#sync_session_id ⇒ Object
Returns the value of attribute sync_session_id
172 173 174 |
# File 'lib/tesote_sdk/models.rb', line 172 def sync_session_id @sync_session_id end |