Class: Rocksky::Generated::ArtistSongViewBasic

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

Instance Attribute Summary collapse

Instance Attribute Details

#playCountObject

Returns the value of attribute playCount

Returns:

  • (Object)

    the current value of playCount



26
27
28
# File 'lib/rocksky/generated/types.rb', line 26

def playCount
  @playCount
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



26
27
28
# File 'lib/rocksky/generated/types.rb', line 26

def title
  @title
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



26
27
28
# File 'lib/rocksky/generated/types.rb', line 26

def uri
  @uri
end