Class: Shazamio::Serialize::Artist

Inherits:
Struct
  • Object
show all
Defined in:
lib/shazamio/serialize.rb

Instance Attribute Summary collapse

Instance Attribute Details

#adam_idObject

Returns the value of attribute adam_id

Returns:

  • (Object)

    the current value of adam_id



17
18
19
# File 'lib/shazamio/serialize.rb', line 17

def adam_id
  @adam_id
end

#avatarObject

Returns the value of attribute avatar

Returns:

  • (Object)

    the current value of avatar



17
18
19
# File 'lib/shazamio/serialize.rb', line 17

def avatar
  @avatar
end

#genresObject

Returns the value of attribute genres

Returns:

  • (Object)

    the current value of genres



17
18
19
# File 'lib/shazamio/serialize.rb', line 17

def genres
  @genres
end

#genres_primaryObject

Returns the value of attribute genres_primary

Returns:

  • (Object)

    the current value of genres_primary



17
18
19
# File 'lib/shazamio/serialize.rb', line 17

def genres_primary
  @genres_primary
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



17
18
19
# File 'lib/shazamio/serialize.rb', line 17

def name
  @name
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



17
18
19
# File 'lib/shazamio/serialize.rb', line 17

def raw
  @raw
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



17
18
19
# File 'lib/shazamio/serialize.rb', line 17

def url
  @url
end