Class: TesoteSdk::Models::SyncStartResult

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

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



172
173
174
# File 'lib/tesote_sdk/models.rb', line 172

def message
  @message
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



172
173
174
# File 'lib/tesote_sdk/models.rb', line 172

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



172
173
174
# File 'lib/tesote_sdk/models.rb', line 172

def status
  @status
end

#sync_session_idObject

Returns the value of attribute sync_session_id

Returns:

  • (Object)

    the current value of sync_session_id



172
173
174
# File 'lib/tesote_sdk/models.rb', line 172

def sync_session_id
  @sync_session_id
end