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
172 173 174 |
# File 'lib/rocksky/generated/types.rb', line 172 def coverImageUrl @coverImageUrl end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
172 173 174 |
# File 'lib/rocksky/generated/types.rb', line 172 def createdAt @createdAt end |
#curatorAvatarUrl ⇒ Object
Returns the value of attribute curatorAvatarUrl
172 173 174 |
# File 'lib/rocksky/generated/types.rb', line 172 def curatorAvatarUrl @curatorAvatarUrl end |
#curatorDid ⇒ Object
Returns the value of attribute curatorDid
172 173 174 |
# File 'lib/rocksky/generated/types.rb', line 172 def curatorDid @curatorDid end |
#curatorHandle ⇒ Object
Returns the value of attribute curatorHandle
172 173 174 |
# File 'lib/rocksky/generated/types.rb', line 172 def curatorHandle @curatorHandle end |
#curatorName ⇒ Object
Returns the value of attribute curatorName
172 173 174 |
# File 'lib/rocksky/generated/types.rb', line 172 def curatorName @curatorName end |
#description ⇒ Object
Returns the value of attribute description
172 173 174 |
# File 'lib/rocksky/generated/types.rb', line 172 def description @description end |
#id ⇒ Object
Returns the value of attribute id
172 173 174 |
# File 'lib/rocksky/generated/types.rb', line 172 def id @id end |
#title ⇒ Object
Returns the value of attribute title
172 173 174 |
# File 'lib/rocksky/generated/types.rb', line 172 def title @title end |
#tracks ⇒ Object
Returns the value of attribute tracks
172 173 174 |
# File 'lib/rocksky/generated/types.rb', line 172 def tracks @tracks end |
#uri ⇒ Object
Returns the value of attribute uri
172 173 174 |
# File 'lib/rocksky/generated/types.rb', line 172 def uri @uri end |