Class: Lono::Registration

Inherits:
Command show all
Defined in:
lib/lono/registration/temp.rb,
lib/lono/registration.rb,
lib/lono/registration/base.rb,
lib/lono/registration/user.rb,
lib/lono/registration/check.rb

Overview

Incentive to register. Not meant for security.

Defined Under Namespace

Classes: Base, Check, Temp, User

Instance Method Summary collapse

Methods inherited from Command

alter_command_description, command_help, dispatch, exit_on_failure?, website

Instance Method Details

#checkObject



6
7
8
# File 'lib/lono/registration.rb', line 6

def check
  User.new(options.merge(cli: true)).check
end

#temp_checkObject



11
12
13
# File 'lib/lono/registration.rb', line 11

def temp_check
  Temp.new.check
end