Class: Rocksky::Generated::StatsWrappedArtist

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



204
205
206
# File 'lib/rocksky/generated/types.rb', line 204

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



204
205
206
# File 'lib/rocksky/generated/types.rb', line 204

def name
  @name
end

#pictureObject

Returns the value of attribute picture

Returns:

  • (Object)

    the current value of picture



204
205
206
# File 'lib/rocksky/generated/types.rb', line 204

def picture
  @picture
end

#playCountObject

Returns the value of attribute playCount

Returns:

  • (Object)

    the current value of playCount



204
205
206
# File 'lib/rocksky/generated/types.rb', line 204

def playCount
  @playCount
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



204
205
206
# File 'lib/rocksky/generated/types.rb', line 204

def uri
  @uri
end