Class: Scorm2004::Manifest::RuleAction
- Inherits:
-
Object
- Object
- Scorm2004::Manifest::RuleAction
- 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
-
#action ⇒ String
readonly
The
actionattribute of <ruleAction>.
Method Summary
Methods included from Attributes
Methods included from VisitorPattern
included, #initialize, #metadata, #to_hash, #visit
Instance Attribute Details
#action ⇒ String (readonly)
Returns The action attribute of <ruleAction>.
13 |
# File 'lib/scorm2004/manifest/rule_action.rb', line 13 attribute :token, 'action', vocabulary: PRE + POST + EXIT |