Class: Rocksky::Generated::PlaylistViewBasic
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::PlaylistViewBasic
- Defined in:
- lib/rocksky/generated/types.rb
Overview
Basic view of a playlist, including its 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.
-
#trackCount ⇒ Object
Returns the value of attribute trackCount.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#coverImageUrl ⇒ Object
Returns the value of attribute coverImageUrl
171 172 173 |
# File 'lib/rocksky/generated/types.rb', line 171 def coverImageUrl @coverImageUrl end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
171 172 173 |
# File 'lib/rocksky/generated/types.rb', line 171 def createdAt @createdAt end |
#curatorAvatarUrl ⇒ Object
Returns the value of attribute curatorAvatarUrl
171 172 173 |
# File 'lib/rocksky/generated/types.rb', line 171 def curatorAvatarUrl @curatorAvatarUrl end |
#curatorDid ⇒ Object
Returns the value of attribute curatorDid
171 172 173 |
# File 'lib/rocksky/generated/types.rb', line 171 def curatorDid @curatorDid end |
#curatorHandle ⇒ Object
Returns the value of attribute curatorHandle
171 172 173 |
# File 'lib/rocksky/generated/types.rb', line 171 def curatorHandle @curatorHandle end |
#curatorName ⇒ Object
Returns the value of attribute curatorName
171 172 173 |
# File 'lib/rocksky/generated/types.rb', line 171 def curatorName @curatorName end |
#description ⇒ Object
Returns the value of attribute description
171 172 173 |
# File 'lib/rocksky/generated/types.rb', line 171 def description @description end |
#id ⇒ Object
Returns the value of attribute id
171 172 173 |
# File 'lib/rocksky/generated/types.rb', line 171 def id @id end |
#title ⇒ Object
Returns the value of attribute title
171 172 173 |
# File 'lib/rocksky/generated/types.rb', line 171 def title @title end |
#trackCount ⇒ Object
Returns the value of attribute trackCount
171 172 173 |
# File 'lib/rocksky/generated/types.rb', line 171 def trackCount @trackCount end |
#uri ⇒ Object
Returns the value of attribute uri
171 172 173 |
# File 'lib/rocksky/generated/types.rb', line 171 def uri @uri end |