Class: Rocksky::Generated::GetSongsParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetSongsParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#genre ⇒ Object
Returns the value of attribute genre.
-
#isrc ⇒ Object
Returns the value of attribute isrc.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#mbid ⇒ Object
Returns the value of attribute mbid.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#spotifyId ⇒ Object
Returns the value of attribute spotifyId.
Instance Attribute Details
#genre ⇒ Object
Returns the value of attribute genre
139 140 141 |
# File 'lib/rocksky/generated/types.rb', line 139 def genre @genre end |
#isrc ⇒ Object
Returns the value of attribute isrc
139 140 141 |
# File 'lib/rocksky/generated/types.rb', line 139 def isrc @isrc end |
#limit ⇒ Object
Returns the value of attribute limit
139 140 141 |
# File 'lib/rocksky/generated/types.rb', line 139 def limit @limit end |
#mbid ⇒ Object
Returns the value of attribute mbid
139 140 141 |
# File 'lib/rocksky/generated/types.rb', line 139 def mbid @mbid end |
#offset ⇒ Object
Returns the value of attribute offset
139 140 141 |
# File 'lib/rocksky/generated/types.rb', line 139 def offset @offset end |
#spotifyId ⇒ Object
Returns the value of attribute spotifyId
139 140 141 |
# File 'lib/rocksky/generated/types.rb', line 139 def spotifyId @spotifyId end |