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
201 202 203 |
# File 'lib/rocksky/generated/types.rb', line 201 def position @position end |
#shuffle ⇒ Object
Returns the value of attribute shuffle
201 202 203 |
# File 'lib/rocksky/generated/types.rb', line 201 def shuffle @shuffle end |
#uri ⇒ Object
Returns the value of attribute uri
201 202 203 |
# File 'lib/rocksky/generated/types.rb', line 201 def uri @uri end |