# File lib/rbrainz/model/release_event.rb, line 69 def initialize(country=nil, date=nil) self.country = country self.date = date end