class Lono::Registration

Incentive to register. Not meant for security.

Incentive to register. Not meant for security.

Public Class Methods

check() click to toggle source
# File lib/lono/registration.rb, line 15
def self.check
  Check.new.check
end

Public Instance Methods

check() click to toggle source
# File lib/lono/registration.rb, line 6
def check
  User.new(options.merge(cli: true)).check
end
temp_check() click to toggle source
# File lib/lono/registration.rb, line 11
def temp_check
  Temp.new.check
end