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
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def firstScrobble @firstScrobble end |
#lastScrobble ⇒ Object
Returns the value of attribute lastScrobble
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def lastScrobble @lastScrobble end |
#longestStreak ⇒ Object
Returns the value of attribute longestStreak
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def longestStreak @longestStreak end |
#mostActiveDay ⇒ Object
Returns the value of attribute mostActiveDay
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def mostActiveDay @mostActiveDay end |
#mostActiveHour ⇒ Object
Returns the value of attribute mostActiveHour
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def mostActiveHour @mostActiveHour end |
#newArtistsCount ⇒ Object
Returns the value of attribute newArtistsCount
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def newArtistsCount @newArtistsCount end |
#scrobblesPerMonth ⇒ Object
Returns the value of attribute scrobblesPerMonth
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def scrobblesPerMonth @scrobblesPerMonth end |
#topAlbums ⇒ Object
Returns the value of attribute topAlbums
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def topAlbums @topAlbums end |
#topArtists ⇒ Object
Returns the value of attribute topArtists
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def topArtists @topArtists end |
#topGenres ⇒ Object
Returns the value of attribute topGenres
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def topGenres @topGenres end |
#topTracks ⇒ Object
Returns the value of attribute topTracks
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def topTracks @topTracks end |
#totalListeningTimeMinutes ⇒ Object
Returns the value of attribute totalListeningTimeMinutes
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def totalListeningTimeMinutes @totalListeningTimeMinutes end |
#totalScrobbles ⇒ Object
Returns the value of attribute totalScrobbles
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def totalScrobbles @totalScrobbles end |
#year ⇒ Object
Returns the value of attribute year
210 211 212 |
# File 'lib/rocksky/generated/types.rb', line 210 def year @year end |