class SafeDb::Logout

Public Instance Methods

execute() click to toggle source
# File lib/controller/access/logout.rb, line 7
def execute

end
pre_validation() click to toggle source

Perform pre-conditional validations in preparation to executing the main flow of events for this use case. This method may throw the below exceptions.

@raise [SafeDirNotConfigured] if the safe's url has not been configured @raise [EmailAddrNotConfigured] if the email address has not been configured @raise [StoreUrlNotConfigured] if the crypt store url is not configured

# File lib/controller/access/logout.rb, line 18
def pre_validation

end