Class: Shazamio::Serialize::Artist
- Inherits:
-
Struct
- Object
- Struct
- Shazamio::Serialize::Artist
- Defined in:
- lib/shazamio/serialize.rb
Instance Attribute Summary collapse
-
#adam_id ⇒ Object
Returns the value of attribute adam_id.
-
#avatar ⇒ Object
Returns the value of attribute avatar.
-
#genres ⇒ Object
Returns the value of attribute genres.
-
#genres_primary ⇒ Object
Returns the value of attribute genres_primary.
-
#name ⇒ Object
Returns the value of attribute name.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#adam_id ⇒ Object
Returns the value of attribute adam_id
17 18 19 |
# File 'lib/shazamio/serialize.rb', line 17 def adam_id @adam_id end |
#avatar ⇒ Object
Returns the value of attribute avatar
17 18 19 |
# File 'lib/shazamio/serialize.rb', line 17 def avatar @avatar end |
#genres ⇒ Object
Returns the value of attribute genres
17 18 19 |
# File 'lib/shazamio/serialize.rb', line 17 def genres @genres end |
#genres_primary ⇒ Object
Returns the value of attribute genres_primary
17 18 19 |
# File 'lib/shazamio/serialize.rb', line 17 def genres_primary @genres_primary end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/shazamio/serialize.rb', line 17 def name @name end |
#raw ⇒ Object
Returns the value of attribute raw
17 18 19 |
# File 'lib/shazamio/serialize.rb', line 17 def raw @raw end |
#url ⇒ Object
Returns the value of attribute url
17 18 19 |
# File 'lib/shazamio/serialize.rb', line 17 def url @url end |