Class: Spotify::OfflineSyncStatus
- Defined in:
- lib/spotify/structs/offline_sync_status.rb
Overview
Spotify::Struct for Offline Sync Status
Instance Attribute Summary collapse
-
#copied_bytes ⇒ Fixnum
The current value of copied_bytes.
-
#copied_tracks ⇒ Fixnum
The current value of copied_tracks.
-
#done_bytes ⇒ Fixnum
The current value of done_bytes.
-
#done_tracks ⇒ Fixnum
The current value of done_tracks.
-
#error_tracks ⇒ Fixnum
The current value of error_tracks.
-
#queued_bytes ⇒ Fixnum
The current value of queued_bytes.
-
#queued_tracks ⇒ Fixnum
The current value of queued_tracks.
-
#syncing ⇒ Boolean
The current value of syncing.
-
#willnotcopy_tracks ⇒ Fixnum
The current value of willnotcopy_tracks.
Method Summary
Methods inherited from Struct
enclosing_module, #initialize, #to_h, #to_s
Methods included from TypeSafety
Constructor Details
This class inherits a constructor from Spotify::Struct
Instance Attribute Details
#copied_bytes ⇒ Fixnum
Returns the current value of copied_bytes.
13 14 15 |
# File 'lib/spotify/structs/offline_sync_status.rb', line 13 def copied_bytes @copied_bytes end |
#copied_tracks ⇒ Fixnum
Returns the current value of copied_tracks.
13 14 15 |
# File 'lib/spotify/structs/offline_sync_status.rb', line 13 def copied_tracks @copied_tracks end |
#done_bytes ⇒ Fixnum
Returns the current value of done_bytes.
13 14 15 |
# File 'lib/spotify/structs/offline_sync_status.rb', line 13 def done_bytes @done_bytes end |
#done_tracks ⇒ Fixnum
Returns the current value of done_tracks.
13 14 15 |
# File 'lib/spotify/structs/offline_sync_status.rb', line 13 def done_tracks @done_tracks end |
#error_tracks ⇒ Fixnum
Returns the current value of error_tracks.
13 14 15 |
# File 'lib/spotify/structs/offline_sync_status.rb', line 13 def error_tracks @error_tracks end |
#queued_bytes ⇒ Fixnum
Returns the current value of queued_bytes.
13 14 15 |
# File 'lib/spotify/structs/offline_sync_status.rb', line 13 def queued_bytes @queued_bytes end |
#queued_tracks ⇒ Fixnum
Returns the current value of queued_tracks.
13 14 15 |
# File 'lib/spotify/structs/offline_sync_status.rb', line 13 def queued_tracks @queued_tracks end |
#syncing ⇒ Boolean
Returns the current value of syncing.
13 14 15 |
# File 'lib/spotify/structs/offline_sync_status.rb', line 13 def syncing @syncing end |
#willnotcopy_tracks ⇒ Fixnum
Returns the current value of willnotcopy_tracks.
13 14 15 |
# File 'lib/spotify/structs/offline_sync_status.rb', line 13 def willnotcopy_tracks @willnotcopy_tracks end |