lib/bulldog/attachment/base.rb in bulldog-0.1.0 vs lib/bulldog/attachment/base.rb in bulldog-0.1.1

- old
+ new

@@ -9,13 +9,10 @@ attachment = new(record, name, stream) attachment.send(:examine) ? attachment : nil end def initialize(record, name, stream) - @record = record - @name = name - @stream = stream - @value = stream && stream.target + super @examination_result = nil end # # Run the processors for the named event.