Method: Revent::Captcha#initialize

Defined in:
lib/revent/captcha.rb

#initialize(encrypted_code_with_timestamp, img) ⇒ Captcha

Returns a new instance of Captcha.



9
10
11
12
# File 'lib/revent/captcha.rb', line 9

def initialize(encrypted_code_with_timestamp, img)
  @encrypted_code_with_timestamp = encrypted_code_with_timestamp
  @img = img
end