Class: SunDawg::Track
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SunDawg::Track
- Defined in:
- lib/track.rb
Instance Attribute Summary collapse
-
#artist ⇒ Object
Returns the value of attribute artist.
Attributes inherited from BaseEntity
#match, #mbid, #name, #yahoo_id
Instance Attribute Details
#artist ⇒ Object
Returns the value of attribute artist.
5 6 7 |
# File 'lib/track.rb', line 5 def artist @artist end |