Class: Rocksky::Generated::PlaylistViewBasic

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

Overview

Basic view of a playlist, including its metadata

Instance Attribute Summary collapse

Instance Attribute Details

#coverImageUrlObject

Returns the value of attribute coverImageUrl

Returns:

  • (Object)

    the current value of coverImageUrl



170
171
172
# File 'lib/rocksky/generated/types.rb', line 170

def coverImageUrl
  @coverImageUrl
end

#createdAtObject

Returns the value of attribute createdAt

Returns:

  • (Object)

    the current value of createdAt



170
171
172
# File 'lib/rocksky/generated/types.rb', line 170

def createdAt
  @createdAt
end

#curatorAvatarUrlObject

Returns the value of attribute curatorAvatarUrl

Returns:

  • (Object)

    the current value of curatorAvatarUrl



170
171
172
# File 'lib/rocksky/generated/types.rb', line 170

def curatorAvatarUrl
  @curatorAvatarUrl
end

#curatorDidObject

Returns the value of attribute curatorDid

Returns:

  • (Object)

    the current value of curatorDid



170
171
172
# File 'lib/rocksky/generated/types.rb', line 170

def curatorDid
  @curatorDid
end

#curatorHandleObject

Returns the value of attribute curatorHandle

Returns:

  • (Object)

    the current value of curatorHandle



170
171
172
# File 'lib/rocksky/generated/types.rb', line 170

def curatorHandle
  @curatorHandle
end

#curatorNameObject

Returns the value of attribute curatorName

Returns:

  • (Object)

    the current value of curatorName



170
171
172
# File 'lib/rocksky/generated/types.rb', line 170

def curatorName
  @curatorName
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



170
171
172
# File 'lib/rocksky/generated/types.rb', line 170

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



170
171
172
# File 'lib/rocksky/generated/types.rb', line 170

def id
  @id
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



170
171
172
# File 'lib/rocksky/generated/types.rb', line 170

def title
  @title
end

#trackCountObject

Returns the value of attribute trackCount

Returns:

  • (Object)

    the current value of trackCount



170
171
172
# File 'lib/rocksky/generated/types.rb', line 170

def trackCount
  @trackCount
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



170
171
172
# File 'lib/rocksky/generated/types.rb', line 170

def uri
  @uri
end