Class: Rocksky::Generated::AddItemsToQueueParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/rocksky/generated/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



17
18
19
# File 'lib/rocksky/generated/types.rb', line 17

def items
  @items
end

#playerIdObject

Returns the value of attribute playerId

Returns:

  • (Object)

    the current value of playerId



17
18
19
# File 'lib/rocksky/generated/types.rb', line 17

def playerId
  @playerId
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



17
18
19
# File 'lib/rocksky/generated/types.rb', line 17

def position
  @position
end

#shuffleObject

Returns the value of attribute shuffle

Returns:

  • (Object)

    the current value of shuffle



17
18
19
# File 'lib/rocksky/generated/types.rb', line 17

def shuffle
  @shuffle
end