Class: Spamster::Model::Proxy
- Inherits:
-
Object
- Object
- Spamster::Model::Proxy
- Defined in:
- lib/spamster/model/proxy.rb
Instance Method Summary collapse
- #ham! ⇒ Object
-
#initialize(model) ⇒ Proxy
constructor
A new instance of Proxy.
- #spam! ⇒ Object
- #spam? ⇒ Boolean
Constructor Details
#initialize(model) ⇒ Proxy
Returns a new instance of Proxy.
4 5 6 |
# File 'lib/spamster/model/proxy.rb', line 4 def initialize(model) @model = model end |