Class: Jobshop::Mailroom::NullHandler

Inherits:
BaseHandler show all
Defined in:
lib/jobshop/mailroom/null_handler.rb

Instance Attribute Summary

Attributes inherited from BaseHandler

#content, #customer, #customer_contact, #from, #organization, #subject, #to

Instance Method Summary collapse

Constructor Details

#initializeNullHandler

Returns a new instance of NullHandler.



6
# File 'lib/jobshop/mailroom/null_handler.rb', line 6

def initialize(*); end

Instance Method Details

#processObject



7
# File 'lib/jobshop/mailroom/null_handler.rb', line 7

def process; false; end