# File lib/rbrainz/model/disc.rb, line 47
      def initialize(id=nil)
        self.id = id if id
      end