class SafeDb::Id

Public Instance Methods

execute() click to toggle source
# File lib/controller/id.rb, line 9
def execute

  puts ""
  puts TimeStamp.grab()
  puts TimeStamp.fetch()
  puts ""

  return

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/id.rb, line 27
def pre_validation


end