Class: Scorm2004::Manifest::RollupAction

Inherits:
Object
  • Object
show all
Includes:
Attributes, VisitorPattern
Defined in:
lib/scorm2004/manifest/rollup_action.rb

Constant Summary collapse

ACTIONS =
%w( satisfied notSatisfied completed incomplete )

Instance Attribute Summary collapse

Method Summary

Methods included from Attributes

included

Methods included from VisitorPattern

included, #initialize, #metadata, #to_hash, #visit

Instance Attribute Details

#actionString (readonly)

Returns The action attribute of <rollupAction>.

Returns:

  • (String)

    The action attribute of <rollupAction>



11
# File 'lib/scorm2004/manifest/rollup_action.rb', line 11

attribute :token, 'action', vocabulary: ACTIONS