Class: Rocksky::Generated::ScrobbleViewBasic
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ScrobbleViewBasic
- 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.
-
#artistUri ⇒ Object
Returns the value of attribute artistUri.
-
#cover ⇒ Object
Returns the value of attribute cover.
-
#date ⇒ Object
Returns the value of attribute date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#liked ⇒ Object
Returns the value of attribute liked.
-
#likesCount ⇒ Object
Returns the value of attribute likesCount.
-
#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.
-
#userAvatar ⇒ Object
Returns the value of attribute userAvatar.
-
#userDisplayName ⇒ Object
Returns the value of attribute userDisplayName.
Instance Attribute Details
#album ⇒ Object
Returns the value of attribute album
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def album @album end |
#albumUri ⇒ Object
Returns the value of attribute albumUri
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def albumUri @albumUri end |
#artist ⇒ Object
Returns the value of attribute artist
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def artist @artist end |
#artistUri ⇒ Object
Returns the value of attribute artistUri
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def artistUri @artistUri end |
#cover ⇒ Object
Returns the value of attribute cover
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def cover @cover end |
#date ⇒ Object
Returns the value of attribute date
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def date @date end |
#id ⇒ Object
Returns the value of attribute id
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def id @id end |
#liked ⇒ Object
Returns the value of attribute liked
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def liked @liked end |
#likesCount ⇒ Object
Returns the value of attribute likesCount
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def likesCount @likesCount end |
#sha256 ⇒ Object
Returns the value of attribute sha256
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def sha256 @sha256 end |
#title ⇒ Object
Returns the value of attribute title
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def title @title end |
#uri ⇒ Object
Returns the value of attribute uri
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def uri @uri end |
#user ⇒ Object
Returns the value of attribute user
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def user @user end |
#userAvatar ⇒ Object
Returns the value of attribute userAvatar
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def userAvatar @userAvatar end |
#userDisplayName ⇒ Object
Returns the value of attribute userDisplayName
188 189 190 |
# File 'lib/rocksky/generated/types.rb', line 188 def userDisplayName @userDisplayName end |