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
138 139 140 |
# File 'lib/rocksky/generated/types.rb', line 138 def genre @genre end |
#isrc ⇒ Object
Returns the value of attribute isrc
138 139 140 |
# File 'lib/rocksky/generated/types.rb', line 138 def isrc @isrc end |
#limit ⇒ Object
Returns the value of attribute limit
138 139 140 |
# File 'lib/rocksky/generated/types.rb', line 138 def limit @limit end |
#mbid ⇒ Object
Returns the value of attribute mbid
138 139 140 |
# File 'lib/rocksky/generated/types.rb', line 138 def mbid @mbid end |
#offset ⇒ Object
Returns the value of attribute offset
138 139 140 |
# File 'lib/rocksky/generated/types.rb', line 138 def offset @offset end |
#spotifyId ⇒ Object
Returns the value of attribute spotifyId
138 139 140 |
# File 'lib/rocksky/generated/types.rb', line 138 def spotifyId @spotifyId end |