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
201 202 203 |
# File 'lib/rocksky/generated/types.rb', line 201 def album @album end |
#artist ⇒ Object
Returns the value of attribute artist
201 202 203 |
# File 'lib/rocksky/generated/types.rb', line 201 def artist @artist end |
#duration ⇒ Object
Returns the value of attribute duration
201 202 203 |
# File 'lib/rocksky/generated/types.rb', line 201 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id
201 202 203 |
# File 'lib/rocksky/generated/types.rb', line 201 def id @id end |
#name ⇒ Object
Returns the value of attribute name
201 202 203 |
# File 'lib/rocksky/generated/types.rb', line 201 def name @name end |
#previewUrl ⇒ Object
Returns the value of attribute previewUrl
201 202 203 |
# File 'lib/rocksky/generated/types.rb', line 201 def previewUrl @previewUrl end |