Class: Album
- Inherits:
-
Struct
- Object
- Struct
- Album
- Defined in:
- lib/itunes-web-frontend.rb
Instance Attribute Summary collapse
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#tracks ⇒ Object
Returns the value of attribute tracks.
Instance Attribute Details
#artist ⇒ Object
Returns the value of attribute artist
39 40 41 |
# File 'lib/itunes-web-frontend.rb', line 39 def artist @artist end |
#id ⇒ Object
Returns the value of attribute id
39 40 41 |
# File 'lib/itunes-web-frontend.rb', line 39 def id @id end |
#title ⇒ Object
Returns the value of attribute title
39 40 41 |
# File 'lib/itunes-web-frontend.rb', line 39 def title @title end |
#tracks ⇒ Object
Returns the value of attribute tracks
39 40 41 |
# File 'lib/itunes-web-frontend.rb', line 39 def tracks @tracks end |