Class: TesoteSdk::Models::SyncSessionPerformance
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::SyncSessionPerformance
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#complexity_score ⇒ Object
Returns the value of attribute complexity_score.
-
#sync_speed_score ⇒ Object
Returns the value of attribute sync_speed_score.
-
#total_duration ⇒ Object
Returns the value of attribute total_duration.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#complexity_score ⇒ Object
Returns the value of attribute complexity_score
186 187 188 |
# File 'lib/tesote_sdk/models.rb', line 186 def complexity_score @complexity_score end |
#sync_speed_score ⇒ Object
Returns the value of attribute sync_speed_score
186 187 188 |
# File 'lib/tesote_sdk/models.rb', line 186 def sync_speed_score @sync_speed_score end |
#total_duration ⇒ Object
Returns the value of attribute total_duration
186 187 188 |
# File 'lib/tesote_sdk/models.rb', line 186 def total_duration @total_duration end |