Class: Rocksky::Generated::MatchSongParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::MatchSongParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#isrc ⇒ Object
Returns the value of attribute isrc.
-
#mbId ⇒ Object
Returns the value of attribute mbId.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#artist ⇒ Object
Returns the value of attribute artist
159 160 161 |
# File 'lib/rocksky/generated/types.rb', line 159 def artist @artist end |
#isrc ⇒ Object
Returns the value of attribute isrc
159 160 161 |
# File 'lib/rocksky/generated/types.rb', line 159 def isrc @isrc end |
#mbId ⇒ Object
Returns the value of attribute mbId
159 160 161 |
# File 'lib/rocksky/generated/types.rb', line 159 def mbId @mbId end |
#title ⇒ Object
Returns the value of attribute title
159 160 161 |
# File 'lib/rocksky/generated/types.rb', line 159 def title @title end |