Class: Rocksky::Generated::CreatePlaylistParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::CreatePlaylistParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
32 33 34 |
# File 'lib/rocksky/generated/types.rb', line 32 def description @description end |
#name ⇒ Object
Returns the value of attribute name
32 33 34 |
# File 'lib/rocksky/generated/types.rb', line 32 def name @name end |