module ScormEngine

TODO: Consider consolidating this and [Registrations|Tenants]::Configuration, but only

after we're sure they are really 99.9% the same in terms of functionality.

TODO: Consider consolidating this and [Courses|Tenants]::Configuration, but only after we're

sure they are really 99.9% the same in terms of functionality.

TODO: Consider consolidating this and [Courses|Registrations]::Configuration, but only

after we're sure they are really 99.9% the same in terms of functionality.

Constants

VERSION

Public Class Methods

configuration() click to toggle source
# File lib/scorm_engine/configuration.rb, line 4
def self.configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/scorm_engine/configuration.rb, line 8
def self.configure
  yield(configuration)
end