Class: Shazamio::Serialize::Track
- Inherits:
-
Struct
- Object
- Struct
- Shazamio::Serialize::Track
- Defined in:
- lib/shazamio/serialize.rb
Instance Attribute Summary collapse
-
#apple_music_url ⇒ Object
Returns the value of attribute apple_music_url.
-
#artist_id ⇒ Object
Returns the value of attribute artist_id.
-
#photo_url ⇒ Object
Returns the value of attribute photo_url.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#ringtone ⇒ Object
Returns the value of attribute ringtone.
-
#shazam_url ⇒ Object
Returns the value of attribute shazam_url.
-
#spotify_uri ⇒ Object
Returns the value of attribute spotify_uri.
-
#spotify_url ⇒ Object
Returns the value of attribute spotify_url.
-
#subtitle ⇒ Object
Returns the value of attribute subtitle.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#apple_music_url ⇒ Object
Returns the value of attribute apple_music_url
11 12 13 |
# File 'lib/shazamio/serialize.rb', line 11 def apple_music_url @apple_music_url end |
#artist_id ⇒ Object
Returns the value of attribute artist_id
11 12 13 |
# File 'lib/shazamio/serialize.rb', line 11 def artist_id @artist_id end |
#photo_url ⇒ Object
Returns the value of attribute photo_url
11 12 13 |
# File 'lib/shazamio/serialize.rb', line 11 def photo_url @photo_url end |
#raw ⇒ Object
Returns the value of attribute raw
11 12 13 |
# File 'lib/shazamio/serialize.rb', line 11 def raw @raw end |
#ringtone ⇒ Object
Returns the value of attribute ringtone
11 12 13 |
# File 'lib/shazamio/serialize.rb', line 11 def ringtone @ringtone end |
#shazam_url ⇒ Object
Returns the value of attribute shazam_url
11 12 13 |
# File 'lib/shazamio/serialize.rb', line 11 def shazam_url @shazam_url end |
#spotify_uri ⇒ Object
Returns the value of attribute spotify_uri
11 12 13 |
# File 'lib/shazamio/serialize.rb', line 11 def spotify_uri @spotify_uri end |
#spotify_url ⇒ Object
Returns the value of attribute spotify_url
11 12 13 |
# File 'lib/shazamio/serialize.rb', line 11 def spotify_url @spotify_url end |
#subtitle ⇒ Object
Returns the value of attribute subtitle
11 12 13 |
# File 'lib/shazamio/serialize.rb', line 11 def subtitle @subtitle end |
#title ⇒ Object
Returns the value of attribute title
11 12 13 |
# File 'lib/shazamio/serialize.rb', line 11 def title @title end |