Class: Rocksky::Generated::ActorTrackView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ActorTrackView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#album ⇒ Object
Returns the value of attribute album.
-
#albumCoverUrl ⇒ Object
Returns the value of attribute albumCoverUrl.
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#durationMs ⇒ Object
Returns the value of attribute durationMs.
-
#name ⇒ Object
Returns the value of attribute name.
-
#recordingMbId ⇒ Object
Returns the value of attribute recordingMbId.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#album ⇒ Object
Returns the value of attribute album
15 16 17 |
# File 'lib/rocksky/generated/types.rb', line 15 def album @album end |
#albumCoverUrl ⇒ Object
Returns the value of attribute albumCoverUrl
15 16 17 |
# File 'lib/rocksky/generated/types.rb', line 15 def albumCoverUrl @albumCoverUrl end |
#artist ⇒ Object
Returns the value of attribute artist
15 16 17 |
# File 'lib/rocksky/generated/types.rb', line 15 def artist @artist end |
#durationMs ⇒ Object
Returns the value of attribute durationMs
15 16 17 |
# File 'lib/rocksky/generated/types.rb', line 15 def durationMs @durationMs end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/rocksky/generated/types.rb', line 15 def name @name end |
#recordingMbId ⇒ Object
Returns the value of attribute recordingMbId
15 16 17 |
# File 'lib/rocksky/generated/types.rb', line 15 def recordingMbId @recordingMbId end |
#source ⇒ Object
Returns the value of attribute source
15 16 17 |
# File 'lib/rocksky/generated/types.rb', line 15 def source @source end |