Class: Rocksky::Generated::GetSongParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetSongParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#isrc ⇒ Object
Returns the value of attribute isrc.
-
#mbid ⇒ Object
Returns the value of attribute mbid.
-
#spotifyId ⇒ Object
Returns the value of attribute spotifyId.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#isrc ⇒ Object
Returns the value of attribute isrc
134 135 136 |
# File 'lib/rocksky/generated/types.rb', line 134 def isrc @isrc end |
#mbid ⇒ Object
Returns the value of attribute mbid
134 135 136 |
# File 'lib/rocksky/generated/types.rb', line 134 def mbid @mbid end |
#spotifyId ⇒ Object
Returns the value of attribute spotifyId
134 135 136 |
# File 'lib/rocksky/generated/types.rb', line 134 def spotifyId @spotifyId end |
#uri ⇒ Object
Returns the value of attribute uri
134 135 136 |
# File 'lib/rocksky/generated/types.rb', line 134 def uri @uri end |