Class Redwood::Person
In: lib/sup/person.rb
Parent: Object

Methods

Attributes

email  [RW] 
name  [RW] 

Public Class methods

Public Instance methods

see comments in self.from_address

def == o; o && o.email == email; end alias :eql? :== def hash; [name, email].hash; end

when sorting addresses, sort by this

[Validate]