Class: Rocksky::Generated::PlaylistItemRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/rocksky/generated/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdAtObject

Returns the value of attribute createdAt

Returns:

  • (Object)

    the current value of createdAt



167
168
169
# File 'lib/rocksky/generated/types.rb', line 167

def createdAt
  @createdAt
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



167
168
169
# File 'lib/rocksky/generated/types.rb', line 167

def order
  @order
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



167
168
169
# File 'lib/rocksky/generated/types.rb', line 167

def subject
  @subject
end

#trackObject

Returns the value of attribute track

Returns:

  • (Object)

    the current value of track



167
168
169
# File 'lib/rocksky/generated/types.rb', line 167

def track
  @track
end