Class: CARPS::Mod
- Inherits:
-
Object
- Object
- CARPS::Mod
- Defined in:
- lib/carps/mod/mod.rb
Overview
Mod base class supporting character sheet verification
Subclasses should override schema, semantic_verifier
Direct Known Subclasses
Instance Method Summary collapse
-
#mailer=(mail) ⇒ Object
Give a mailer.
Instance Method Details
#mailer=(mail) ⇒ Object
Give a mailer
29 30 31 |
# File 'lib/carps/mod/mod.rb', line 29 def mailer= mail @mailer = mail end |