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
164 165 166 |
# File 'lib/rocksky/generated/types.rb', line 164 def directoryId @directoryId end |
#playerId ⇒ Object
Returns the value of attribute playerId
164 165 166 |
# File 'lib/rocksky/generated/types.rb', line 164 def playerId @playerId end |
#position ⇒ Object
Returns the value of attribute position
164 165 166 |
# File 'lib/rocksky/generated/types.rb', line 164 def position @position end |
#recurse ⇒ Object
Returns the value of attribute recurse
164 165 166 |
# File 'lib/rocksky/generated/types.rb', line 164 def recurse @recurse end |
#shuffle ⇒ Object
Returns the value of attribute shuffle
164 165 166 |
# File 'lib/rocksky/generated/types.rb', line 164 def shuffle @shuffle end |