class Scorm2004::Manifest::Organizations

Private Instance Methods

default_organization() click to toggle source
# File lib/scorm2004/manifest/organizations.rb, line 23
def default_organization
  organizations.find { |org| org.identifier == default }
end
post_visit() click to toggle source
# File lib/scorm2004/manifest/organizations.rb, line 19
def post_visit
  error('Default <organization> not found: ' + default) unless default_organization
end