Class: Rocksky::Generated::AddDirectoryToQueueParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::AddDirectoryToQueueParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#directory ⇒ Object
Returns the value of attribute directory.
-
#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
#directory ⇒ Object
Returns the value of attribute directory
16 17 18 |
# File 'lib/rocksky/generated/types.rb', line 16 def directory @directory end |
#playerId ⇒ Object
Returns the value of attribute playerId
16 17 18 |
# File 'lib/rocksky/generated/types.rb', line 16 def playerId @playerId end |
#position ⇒ Object
Returns the value of attribute position
16 17 18 |
# File 'lib/rocksky/generated/types.rb', line 16 def position @position end |
#shuffle ⇒ Object
Returns the value of attribute shuffle
16 17 18 |
# File 'lib/rocksky/generated/types.rb', line 16 def shuffle @shuffle end |