Class: Rocksky::Generated::StartPlaylistParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::StartPlaylistParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#position ⇒ Object
Returns the value of attribute position.
-
#shuffle ⇒ Object
Returns the value of attribute shuffle.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#position ⇒ Object
Returns the value of attribute position
202 203 204 |
# File 'lib/rocksky/generated/types.rb', line 202 def position @position end |
#shuffle ⇒ Object
Returns the value of attribute shuffle
202 203 204 |
# File 'lib/rocksky/generated/types.rb', line 202 def shuffle @shuffle end |
#uri ⇒ Object
Returns the value of attribute uri
202 203 204 |
# File 'lib/rocksky/generated/types.rb', line 202 def uri @uri end |