Class: Rocksky::Generated::SpotifyTrackView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::SpotifyTrackView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#album ⇒ Object
Returns the value of attribute album.
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#previewUrl ⇒ Object
Returns the value of attribute previewUrl.
Instance Attribute Details
#album ⇒ Object
Returns the value of attribute album
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def album @album end |
#artist ⇒ Object
Returns the value of attribute artist
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def artist @artist end |
#duration ⇒ Object
Returns the value of attribute duration
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def id @id end |
#name ⇒ Object
Returns the value of attribute name
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def name @name end |
#previewUrl ⇒ Object
Returns the value of attribute previewUrl
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def previewUrl @previewUrl end |