class TempEmail::TempMatcher
- TempEmail::TempMatcher
- Reference
- Object
Defined in:
temp-email/tempmatcher.crConstructors
Instance Method Summary
- #check_match(address : String, db : TempEmailDB) : Match
- #destination : String?
- #destination=(destination : Nil | String)
- #expiry_seconds : Int64?
- #expiry_seconds=(expiry_seconds : Int64 | Nil)
- #forget_seconds : Int64?
- #forget_seconds=(forget_seconds : Int64 | Nil)
- #max_emails : Int64?
- #max_emails=(max_emails : Int64 | Nil)
- #regex : Regex
- #regex=(regex : Regex)
- #secs_to_s(time : Int64)
- #set_defaults(other : self)
- #set_parameter(parameter : String)