Class: Rocksky::Generated::AddDirectoryToQueueParams

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

Instance Attribute Summary collapse

Instance Attribute Details

#directoryObject

Returns the value of attribute directory

Returns:

  • (Object)

    the current value of directory



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

def directory
  @directory
end

#playerIdObject

Returns the value of attribute playerId

Returns:

  • (Object)

    the current value of playerId



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

def playerId
  @playerId
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



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

def position
  @position
end

#shuffleObject

Returns the value of attribute shuffle

Returns:

  • (Object)

    the current value of shuffle



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

def shuffle
  @shuffle
end