Method: RSpotify::Category#href

Defined in:
lib/rspotify/category.rb

#hrefString

A link to the Spotify Web API endpoint returning full details of the category.

Returns:

  • (String)

    the current value of href



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

def href
  @href
end