# File src/org/puremvc/ruby/patterns/observer/notification.rb, line 21 def initialize(name=nil, body=nil, type=nil) @name = name @body = body @type = type end