class Scorm2004::Manifest::DataFromLms

Constants

SPM

Private Instance Methods

do_visit() click to toggle source
# File lib/scorm2004/manifest/data_from_lms.rb, line 11
def do_visit
  if content.length > SPM
    error("<adlcp:dataFromLMS> exceeds the SPM of #{SPM}: #{content}")
  end
end