Class: Rocksky::Generated::PlaylistViewDetailed
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::PlaylistViewDetailed
- Defined in:
- lib/rocksky/generated/types.rb
Overview
Detailed view of a playlist, including its tracks and metadata
Instance Attribute Summary collapse
-
#coverImageUrl ⇒ Object
Returns the value of attribute coverImageUrl.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#curatorAvatarUrl ⇒ Object
Returns the value of attribute curatorAvatarUrl.
-
#curatorDid ⇒ Object
Returns the value of attribute curatorDid.
-
#curatorHandle ⇒ Object
Returns the value of attribute curatorHandle.
-
#curatorName ⇒ Object
Returns the value of attribute curatorName.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#tracks ⇒ Object
Returns the value of attribute tracks.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#coverImageUrl ⇒ Object
Returns the value of attribute coverImageUrl
173 174 175 |
# File 'lib/rocksky/generated/types.rb', line 173 def coverImageUrl @coverImageUrl end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
173 174 175 |
# File 'lib/rocksky/generated/types.rb', line 173 def createdAt @createdAt end |
#curatorAvatarUrl ⇒ Object
Returns the value of attribute curatorAvatarUrl
173 174 175 |
# File 'lib/rocksky/generated/types.rb', line 173 def curatorAvatarUrl @curatorAvatarUrl end |
#curatorDid ⇒ Object
Returns the value of attribute curatorDid
173 174 175 |
# File 'lib/rocksky/generated/types.rb', line 173 def curatorDid @curatorDid end |
#curatorHandle ⇒ Object
Returns the value of attribute curatorHandle
173 174 175 |
# File 'lib/rocksky/generated/types.rb', line 173 def curatorHandle @curatorHandle end |
#curatorName ⇒ Object
Returns the value of attribute curatorName
173 174 175 |
# File 'lib/rocksky/generated/types.rb', line 173 def curatorName @curatorName end |
#description ⇒ Object
Returns the value of attribute description
173 174 175 |
# File 'lib/rocksky/generated/types.rb', line 173 def description @description end |
#id ⇒ Object
Returns the value of attribute id
173 174 175 |
# File 'lib/rocksky/generated/types.rb', line 173 def id @id end |
#title ⇒ Object
Returns the value of attribute title
173 174 175 |
# File 'lib/rocksky/generated/types.rb', line 173 def title @title end |
#tracks ⇒ Object
Returns the value of attribute tracks
173 174 175 |
# File 'lib/rocksky/generated/types.rb', line 173 def tracks @tracks end |
#uri ⇒ Object
Returns the value of attribute uri
173 174 175 |
# File 'lib/rocksky/generated/types.rb', line 173 def uri @uri end |