Class: Album

Inherits:
Object
  • Object
show all
Defined in:
lib/mugs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



72
73
74
# File 'lib/mugs.rb', line 72

def id
  @id
end

#titleObject

Returns the value of attribute title.



72
73
74
# File 'lib/mugs.rb', line 72

def title
  @title
end