Class: Rocksky::Generated::PlaylistViewDetailed

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

Overview

Detailed view of a playlist, including its tracks and metadata

Instance Attribute Summary collapse

Instance Attribute Details

#coverImageUrlObject

Returns the value of attribute coverImageUrl

Returns:

  • (Object)

    the current value of coverImageUrl



172
173
174
# File 'lib/rocksky/generated/types.rb', line 172

def coverImageUrl
  @coverImageUrl
end

#createdAtObject

Returns the value of attribute createdAt

Returns:

  • (Object)

    the current value of createdAt



172
173
174
# File 'lib/rocksky/generated/types.rb', line 172

def createdAt
  @createdAt
end

#curatorAvatarUrlObject

Returns the value of attribute curatorAvatarUrl

Returns:

  • (Object)

    the current value of curatorAvatarUrl



172
173
174
# File 'lib/rocksky/generated/types.rb', line 172

def curatorAvatarUrl
  @curatorAvatarUrl
end

#curatorDidObject

Returns the value of attribute curatorDid

Returns:

  • (Object)

    the current value of curatorDid



172
173
174
# File 'lib/rocksky/generated/types.rb', line 172

def curatorDid
  @curatorDid
end

#curatorHandleObject

Returns the value of attribute curatorHandle

Returns:

  • (Object)

    the current value of curatorHandle



172
173
174
# File 'lib/rocksky/generated/types.rb', line 172

def curatorHandle
  @curatorHandle
end

#curatorNameObject

Returns the value of attribute curatorName

Returns:

  • (Object)

    the current value of curatorName



172
173
174
# File 'lib/rocksky/generated/types.rb', line 172

def curatorName
  @curatorName
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



172
173
174
# File 'lib/rocksky/generated/types.rb', line 172

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



172
173
174
# File 'lib/rocksky/generated/types.rb', line 172

def id
  @id
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



172
173
174
# File 'lib/rocksky/generated/types.rb', line 172

def title
  @title
end

#tracksObject

Returns the value of attribute tracks

Returns:

  • (Object)

    the current value of tracks



172
173
174
# File 'lib/rocksky/generated/types.rb', line 172

def tracks
  @tracks
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



172
173
174
# File 'lib/rocksky/generated/types.rb', line 172

def uri
  @uri
end