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