Class: Rocksky::Generated::PlaylistRecord
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::PlaylistRecord
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#appleMusicLink ⇒ Object
Returns the value of attribute appleMusicLink.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#picture ⇒ Object
Returns the value of attribute picture.
-
#pictureUrl ⇒ Object
Returns the value of attribute pictureUrl.
-
#spotifyLink ⇒ Object
Returns the value of attribute spotifyLink.
-
#tidalLink ⇒ Object
Returns the value of attribute tidalLink.
-
#youtubeLink ⇒ Object
Returns the value of attribute youtubeLink.
Instance Attribute Details
#appleMusicLink ⇒ Object
Returns the value of attribute appleMusicLink
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def appleMusicLink @appleMusicLink end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def createdAt @createdAt end |
#description ⇒ Object
Returns the value of attribute description
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def description @description end |
#name ⇒ Object
Returns the value of attribute name
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def name @name end |
#picture ⇒ Object
Returns the value of attribute picture
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def picture @picture end |
#pictureUrl ⇒ Object
Returns the value of attribute pictureUrl
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def pictureUrl @pictureUrl end |
#spotifyLink ⇒ Object
Returns the value of attribute spotifyLink
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def spotifyLink @spotifyLink end |
#tidalLink ⇒ Object
Returns the value of attribute tidalLink
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def tidalLink @tidalLink end |
#youtubeLink ⇒ Object
Returns the value of attribute youtubeLink
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def youtubeLink @youtubeLink end |