Class: Rocksky::Generated::AlbumRecord
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::AlbumRecord
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#albumArt ⇒ Object
Returns the value of attribute albumArt.
-
#albumArtUrl ⇒ Object
Returns the value of attribute albumArtUrl.
-
#appleMusicLink ⇒ Object
Returns the value of attribute appleMusicLink.
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#genre ⇒ Object
Returns the value of attribute genre.
-
#releaseDate ⇒ Object
Returns the value of attribute releaseDate.
-
#spotifyLink ⇒ Object
Returns the value of attribute spotifyLink.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#tidalLink ⇒ Object
Returns the value of attribute tidalLink.
-
#title ⇒ Object
Returns the value of attribute title.
-
#year ⇒ Object
Returns the value of attribute year.
-
#youtubeLink ⇒ Object
Returns the value of attribute youtubeLink.
Instance Attribute Details
#albumArt ⇒ Object
Returns the value of attribute albumArt
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def albumArt @albumArt end |
#albumArtUrl ⇒ Object
Returns the value of attribute albumArtUrl
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def albumArtUrl @albumArtUrl end |
#appleMusicLink ⇒ Object
Returns the value of attribute appleMusicLink
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def appleMusicLink @appleMusicLink end |
#artist ⇒ Object
Returns the value of attribute artist
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def artist @artist end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def createdAt @createdAt end |
#duration ⇒ Object
Returns the value of attribute duration
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def duration @duration end |
#genre ⇒ Object
Returns the value of attribute genre
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def genre @genre end |
#releaseDate ⇒ Object
Returns the value of attribute releaseDate
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def releaseDate @releaseDate end |
#spotifyLink ⇒ Object
Returns the value of attribute spotifyLink
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def spotifyLink @spotifyLink end |
#tags ⇒ Object
Returns the value of attribute tags
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def @tags end |
#tidalLink ⇒ Object
Returns the value of attribute tidalLink
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def tidalLink @tidalLink end |
#title ⇒ Object
Returns the value of attribute title
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def title @title end |
#year ⇒ Object
Returns the value of attribute year
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def year @year end |
#youtubeLink ⇒ Object
Returns the value of attribute youtubeLink
18 19 20 |
# File 'lib/rocksky/generated/types.rb', line 18 def youtubeLink @youtubeLink end |