Class: Xiami::Artist
- Inherits:
-
Object
- Object
- Xiami::Artist
- Defined in:
- lib/xiami/artist.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/xiami/artist.rb', line 3 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/xiami/artist.rb', line 3 def name @name end |