Class: TesoteSdk::Models::SyncSessionPerformance

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

#complexity_scoreObject

Returns the value of attribute complexity_score

Returns:

  • (Object)

    the current value of complexity_score



186
187
188
# File 'lib/tesote_sdk/models.rb', line 186

def complexity_score
  @complexity_score
end

#sync_speed_scoreObject

Returns the value of attribute sync_speed_score

Returns:

  • (Object)

    the current value of sync_speed_score



186
187
188
# File 'lib/tesote_sdk/models.rb', line 186

def sync_speed_score
  @sync_speed_score
end

#total_durationObject

Returns the value of attribute total_duration

Returns:

  • (Object)

    the current value of total_duration



186
187
188
# File 'lib/tesote_sdk/models.rb', line 186

def total_duration
  @total_duration
end