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
135 136 137 |
# File 'lib/rocksky/generated/types.rb', line 135 def isrc @isrc end |
#mbid ⇒ Object
Returns the value of attribute mbid
135 136 137 |
# File 'lib/rocksky/generated/types.rb', line 135 def mbid @mbid end |
#spotifyId ⇒ Object
Returns the value of attribute spotifyId
135 136 137 |
# File 'lib/rocksky/generated/types.rb', line 135 def spotifyId @spotifyId end |
#uri ⇒ Object
Returns the value of attribute uri
135 136 137 |
# File 'lib/rocksky/generated/types.rb', line 135 def uri @uri end |