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
160 161 162 |
# File 'lib/rocksky/generated/types.rb', line 160 def artist @artist end |
#isrc ⇒ Object
Returns the value of attribute isrc
160 161 162 |
# File 'lib/rocksky/generated/types.rb', line 160 def isrc @isrc end |
#mbId ⇒ Object
Returns the value of attribute mbId
160 161 162 |
# File 'lib/rocksky/generated/types.rb', line 160 def mbId @mbId end |
#title ⇒ Object
Returns the value of attribute title
160 161 162 |
# File 'lib/rocksky/generated/types.rb', line 160 def title @title end |