Class: Rocksky::Generated::StatsWrappedView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::StatsWrappedView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#firstScrobble ⇒ Object
Returns the value of attribute firstScrobble.
-
#lastScrobble ⇒ Object
Returns the value of attribute lastScrobble.
-
#longestStreak ⇒ Object
Returns the value of attribute longestStreak.
-
#mostActiveDay ⇒ Object
Returns the value of attribute mostActiveDay.
-
#mostActiveHour ⇒ Object
Returns the value of attribute mostActiveHour.
-
#newArtistsCount ⇒ Object
Returns the value of attribute newArtistsCount.
-
#scrobblesPerMonth ⇒ Object
Returns the value of attribute scrobblesPerMonth.
-
#topAlbums ⇒ Object
Returns the value of attribute topAlbums.
-
#topArtists ⇒ Object
Returns the value of attribute topArtists.
-
#topGenres ⇒ Object
Returns the value of attribute topGenres.
-
#topTracks ⇒ Object
Returns the value of attribute topTracks.
-
#totalListeningTimeMinutes ⇒ Object
Returns the value of attribute totalListeningTimeMinutes.
-
#totalScrobbles ⇒ Object
Returns the value of attribute totalScrobbles.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#firstScrobble ⇒ Object
Returns the value of attribute firstScrobble
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def firstScrobble @firstScrobble end |
#lastScrobble ⇒ Object
Returns the value of attribute lastScrobble
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def lastScrobble @lastScrobble end |
#longestStreak ⇒ Object
Returns the value of attribute longestStreak
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def longestStreak @longestStreak end |
#mostActiveDay ⇒ Object
Returns the value of attribute mostActiveDay
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def mostActiveDay @mostActiveDay end |
#mostActiveHour ⇒ Object
Returns the value of attribute mostActiveHour
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def mostActiveHour @mostActiveHour end |
#newArtistsCount ⇒ Object
Returns the value of attribute newArtistsCount
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def newArtistsCount @newArtistsCount end |
#scrobblesPerMonth ⇒ Object
Returns the value of attribute scrobblesPerMonth
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def scrobblesPerMonth @scrobblesPerMonth end |
#topAlbums ⇒ Object
Returns the value of attribute topAlbums
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def topAlbums @topAlbums end |
#topArtists ⇒ Object
Returns the value of attribute topArtists
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def topArtists @topArtists end |
#topGenres ⇒ Object
Returns the value of attribute topGenres
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def topGenres @topGenres end |
#topTracks ⇒ Object
Returns the value of attribute topTracks
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def topTracks @topTracks end |
#totalListeningTimeMinutes ⇒ Object
Returns the value of attribute totalListeningTimeMinutes
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def totalListeningTimeMinutes @totalListeningTimeMinutes end |
#totalScrobbles ⇒ Object
Returns the value of attribute totalScrobbles
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def totalScrobbles @totalScrobbles end |
#year ⇒ Object
Returns the value of attribute year
212 213 214 |
# File 'lib/rocksky/generated/types.rb', line 212 def year @year end |