Module: AntiSpam
- Defined in:
- lib/anti_spam.rb,
lib/anti_spam/rails.rb,
lib/anti_spam/token.rb,
lib/anti_spam/version.rb,
lib/anti_spam/rails/engine.rb,
lib/anti_spam/protect_from_spam.rb
Defined Under Namespace
Modules: ProtectFromSpam, Rails
Constant Summary collapse
- VERSION =
"0.0.1"
Class Attribute Summary collapse
-
.token ⇒ Object
Returns the value of attribute token.
Class Attribute Details
.token ⇒ Object
Returns the value of attribute token.
3 4 5 |
# File 'lib/anti_spam/token.rb', line 3 def token @token end |