Class: Scorm2004::Manifest::RuleAction

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

Constant Summary collapse

PRE =
%w( skip disabled hiddenFromChoice stopForwardTraversal )
POST =
%w( exitParent exitAll retry retryAll continue previous )
EXIT =
%w( exit )

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 <ruleAction>.

Returns:

  • (String)

    The action attribute of <ruleAction>



13
# File 'lib/scorm2004/manifest/rule_action.rb', line 13

attribute :token, 'action', vocabulary: PRE + POST + EXIT