Class: Rocksky::Generated::ScrobbleViewDetailed
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ScrobbleViewDetailed
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#album ⇒ Object
Returns the value of attribute album.
-
#albumUri ⇒ Object
Returns the value of attribute albumUri.
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#artists ⇒ Object
Returns the value of attribute artists.
-
#artistUri ⇒ Object
Returns the value of attribute artistUri.
-
#cover ⇒ Object
Returns the value of attribute cover.
-
#date ⇒ Object
Returns the value of attribute date.
-
#firstScrobble ⇒ Object
Returns the value of attribute firstScrobble.
-
#id ⇒ Object
Returns the value of attribute id.
-
#liked ⇒ Object
Returns the value of attribute liked.
-
#likesCount ⇒ Object
Returns the value of attribute likesCount.
-
#listeners ⇒ Object
Returns the value of attribute listeners.
-
#scrobbles ⇒ Object
Returns the value of attribute scrobbles.
-
#sha256 ⇒ Object
Returns the value of attribute sha256.
-
#title ⇒ Object
Returns the value of attribute title.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#album ⇒ Object
Returns the value of attribute album
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def album @album end |
#albumUri ⇒ Object
Returns the value of attribute albumUri
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def albumUri @albumUri end |
#artist ⇒ Object
Returns the value of attribute artist
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def artist @artist end |
#artists ⇒ Object
Returns the value of attribute artists
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def artists @artists end |
#artistUri ⇒ Object
Returns the value of attribute artistUri
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def artistUri @artistUri end |
#cover ⇒ Object
Returns the value of attribute cover
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def cover @cover end |
#date ⇒ Object
Returns the value of attribute date
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def date @date end |
#firstScrobble ⇒ Object
Returns the value of attribute firstScrobble
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def firstScrobble @firstScrobble end |
#id ⇒ Object
Returns the value of attribute id
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def id @id end |
#liked ⇒ Object
Returns the value of attribute liked
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def liked @liked end |
#likesCount ⇒ Object
Returns the value of attribute likesCount
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def likesCount @likesCount end |
#listeners ⇒ Object
Returns the value of attribute listeners
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def listeners @listeners end |
#scrobbles ⇒ Object
Returns the value of attribute scrobbles
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def scrobbles @scrobbles end |
#sha256 ⇒ Object
Returns the value of attribute sha256
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def sha256 @sha256 end |
#title ⇒ Object
Returns the value of attribute title
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def title @title end |
#uri ⇒ Object
Returns the value of attribute uri
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def uri @uri end |
#user ⇒ Object
Returns the value of attribute user
189 190 191 |
# File 'lib/rocksky/generated/types.rb', line 189 def user @user end |