Class: Rocksky::Generated::PlaylistItemRecord
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::PlaylistItemRecord
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#order ⇒ Object
Returns the value of attribute order.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#track ⇒ Object
Returns the value of attribute track.
Instance Attribute Details
#createdAt ⇒ Object
Returns the value of attribute createdAt
167 168 169 |
# File 'lib/rocksky/generated/types.rb', line 167 def createdAt @createdAt end |
#order ⇒ Object
Returns the value of attribute order
167 168 169 |
# File 'lib/rocksky/generated/types.rb', line 167 def order @order end |
#subject ⇒ Object
Returns the value of attribute subject
167 168 169 |
# File 'lib/rocksky/generated/types.rb', line 167 def subject @subject end |
#track ⇒ Object
Returns the value of attribute track
167 168 169 |
# File 'lib/rocksky/generated/types.rb', line 167 def track @track end |