Class: Rocksky::Generated::FeedRecommendedArtistView

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

Instance Attribute Summary collapse

Instance Attribute Details

#genresObject

Returns the value of attribute genres

Returns:

  • (Object)

    the current value of genres



52
53
54
# File 'lib/rocksky/generated/types.rb', line 52

def genres
  @genres
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



52
53
54
# File 'lib/rocksky/generated/types.rb', line 52

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



52
53
54
# File 'lib/rocksky/generated/types.rb', line 52

def name
  @name
end

#pictureObject

Returns the value of attribute picture

Returns:

  • (Object)

    the current value of picture



52
53
54
# File 'lib/rocksky/generated/types.rb', line 52

def picture
  @picture
end

#recommendationScoreObject

Returns the value of attribute recommendationScore

Returns:

  • (Object)

    the current value of recommendationScore



52
53
54
# File 'lib/rocksky/generated/types.rb', line 52

def recommendationScore
  @recommendationScore
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



52
53
54
# File 'lib/rocksky/generated/types.rb', line 52

def source
  @source
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



52
53
54
# File 'lib/rocksky/generated/types.rb', line 52

def uri
  @uri
end