Method: RSpotify::Category#name

Defined in:
lib/rspotify/category.rb

#nameString

The name of the category.

Returns:

  • (String)

    the current value of name



10
11
12
# File 'lib/rspotify/category.rb', line 10

def name
  @name
end