Class: Rocksky::Generated::PlayDirectoryParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::PlayDirectoryParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#directoryId ⇒ Object
Returns the value of attribute directoryId.
-
#playerId ⇒ Object
Returns the value of attribute playerId.
-
#position ⇒ Object
Returns the value of attribute position.
-
#recurse ⇒ Object
Returns the value of attribute recurse.
-
#shuffle ⇒ Object
Returns the value of attribute shuffle.
Instance Attribute Details
#directoryId ⇒ Object
Returns the value of attribute directoryId
163 164 165 |
# File 'lib/rocksky/generated/types.rb', line 163 def directoryId @directoryId end |
#playerId ⇒ Object
Returns the value of attribute playerId
163 164 165 |
# File 'lib/rocksky/generated/types.rb', line 163 def playerId @playerId end |
#position ⇒ Object
Returns the value of attribute position
163 164 165 |
# File 'lib/rocksky/generated/types.rb', line 163 def position @position end |
#recurse ⇒ Object
Returns the value of attribute recurse
163 164 165 |
# File 'lib/rocksky/generated/types.rb', line 163 def recurse @recurse end |
#shuffle ⇒ Object
Returns the value of attribute shuffle
163 164 165 |
# File 'lib/rocksky/generated/types.rb', line 163 def shuffle @shuffle end |