Class: Rocksky::Generated::AddItemsToQueueParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::AddItemsToQueueParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
-
#playerId ⇒ Object
Returns the value of attribute playerId.
-
#position ⇒ Object
Returns the value of attribute position.
-
#shuffle ⇒ Object
Returns the value of attribute shuffle.
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items
17 18 19 |
# File 'lib/rocksky/generated/types.rb', line 17 def items @items end |
#playerId ⇒ Object
Returns the value of attribute playerId
17 18 19 |
# File 'lib/rocksky/generated/types.rb', line 17 def playerId @playerId end |
#position ⇒ Object
Returns the value of attribute position
17 18 19 |
# File 'lib/rocksky/generated/types.rb', line 17 def position @position end |
#shuffle ⇒ Object
Returns the value of attribute shuffle
17 18 19 |
# File 'lib/rocksky/generated/types.rb', line 17 def shuffle @shuffle end |