Class: Spotify::OfflineSyncStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/spotify/structs/offline_sync_status.rb

Overview

Spotify::Struct for Offline Sync Status

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

enclosing_module, #initialize, #to_h, #to_s

Methods included from TypeSafety

#to_native, #type_class

Constructor Details

This class inherits a constructor from Spotify::Struct

Instance Attribute Details

#copied_bytesFixnum

Returns the current value of copied_bytes.

Returns:

  • (Fixnum)

    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_tracksFixnum

Returns the current value of copied_tracks.

Returns:

  • (Fixnum)

    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_bytesFixnum

Returns the current value of done_bytes.

Returns:

  • (Fixnum)

    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_tracksFixnum

Returns the current value of done_tracks.

Returns:

  • (Fixnum)

    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_tracksFixnum

Returns the current value of error_tracks.

Returns:

  • (Fixnum)

    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_bytesFixnum

Returns the current value of queued_bytes.

Returns:

  • (Fixnum)

    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_tracksFixnum

Returns the current value of queued_tracks.

Returns:

  • (Fixnum)

    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

#syncingBoolean

Returns the current value of syncing.

Returns:

  • (Boolean)

    the current value of syncing



13
14
15
# File 'lib/spotify/structs/offline_sync_status.rb', line 13

def syncing
  @syncing
end

#willnotcopy_tracksFixnum

Returns the current value of willnotcopy_tracks.

Returns:

  • (Fixnum)

    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