Class: Shazamio::Serialize::Track

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

Instance Attribute Summary collapse

Instance Attribute Details

#apple_music_urlObject

Returns the value of attribute apple_music_url

Returns:

  • (Object)

    the current value of apple_music_url



11
12
13
# File 'lib/shazamio/serialize.rb', line 11

def apple_music_url
  @apple_music_url
end

#artist_idObject

Returns the value of attribute artist_id

Returns:

  • (Object)

    the current value of artist_id



11
12
13
# File 'lib/shazamio/serialize.rb', line 11

def artist_id
  @artist_id
end

#photo_urlObject

Returns the value of attribute photo_url

Returns:

  • (Object)

    the current value of photo_url



11
12
13
# File 'lib/shazamio/serialize.rb', line 11

def photo_url
  @photo_url
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



11
12
13
# File 'lib/shazamio/serialize.rb', line 11

def raw
  @raw
end

#ringtoneObject

Returns the value of attribute ringtone

Returns:

  • (Object)

    the current value of ringtone



11
12
13
# File 'lib/shazamio/serialize.rb', line 11

def ringtone
  @ringtone
end

#shazam_urlObject

Returns the value of attribute shazam_url

Returns:

  • (Object)

    the current value of shazam_url



11
12
13
# File 'lib/shazamio/serialize.rb', line 11

def shazam_url
  @shazam_url
end

#spotify_uriObject

Returns the value of attribute spotify_uri

Returns:

  • (Object)

    the current value of spotify_uri



11
12
13
# File 'lib/shazamio/serialize.rb', line 11

def spotify_uri
  @spotify_uri
end

#spotify_urlObject

Returns the value of attribute spotify_url

Returns:

  • (Object)

    the current value of spotify_url



11
12
13
# File 'lib/shazamio/serialize.rb', line 11

def spotify_url
  @spotify_url
end

#subtitleObject

Returns the value of attribute subtitle

Returns:

  • (Object)

    the current value of subtitle



11
12
13
# File 'lib/shazamio/serialize.rb', line 11

def subtitle
  @subtitle
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



11
12
13
# File 'lib/shazamio/serialize.rb', line 11

def title
  @title
end