Methods
#
Instance Public methods
==(other)
# File rails/actionwebservice/test/abstract_dispatcher.rb, line 39
def ==(other)
  self.id == other.id && self.name == other.name
end