Class: Album

Inherits:
Struct
  • Object
show all
Defined in:
lib/itunes-web-frontend.rb

Instance Attribute Summary collapse

Instance Attribute Details

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



39
40
41
# File 'lib/itunes-web-frontend.rb', line 39

def artist
  @artist
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



39
40
41
# File 'lib/itunes-web-frontend.rb', line 39

def id
  @id
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



39
40
41
# File 'lib/itunes-web-frontend.rb', line 39

def title
  @title
end

#tracksObject

Returns the value of attribute tracks

Returns:

  • (Object)

    the current value of tracks



39
40
41
# File 'lib/itunes-web-frontend.rb', line 39

def tracks
  @tracks
end