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
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def createdAt @createdAt end |
#order ⇒ Object
Returns the value of attribute order
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def order @order end |
#subject ⇒ Object
Returns the value of attribute subject
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def subject @subject end |
#track ⇒ Object
Returns the value of attribute track
168 169 170 |
# File 'lib/rocksky/generated/types.rb', line 168 def track @track end |