Class: Rocksky::Generated::ArtistViewDetailed

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



28
29
30
# File 'lib/rocksky/generated/types.rb', line 28

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



28
29
30
# File 'lib/rocksky/generated/types.rb', line 28

def name
  @name
end

#pictureObject

Returns the value of attribute picture

Returns:

  • (Object)

    the current value of picture



28
29
30
# File 'lib/rocksky/generated/types.rb', line 28

def picture
  @picture
end

#playCountObject

Returns the value of attribute playCount

Returns:

  • (Object)

    the current value of playCount



28
29
30
# File 'lib/rocksky/generated/types.rb', line 28

def playCount
  @playCount
end

#sha256Object

Returns the value of attribute sha256

Returns:

  • (Object)

    the current value of sha256



28
29
30
# File 'lib/rocksky/generated/types.rb', line 28

def sha256
  @sha256
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



28
29
30
# File 'lib/rocksky/generated/types.rb', line 28

def tags
  @tags
end

#uniqueListenersObject

Returns the value of attribute uniqueListeners

Returns:

  • (Object)

    the current value of uniqueListeners



28
29
30
# File 'lib/rocksky/generated/types.rb', line 28

def uniqueListeners
  @uniqueListeners
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



28
29
30
# File 'lib/rocksky/generated/types.rb', line 28

def uri
  @uri
end