Class: Scorm2004::Manifest::RollupAction
- Inherits:
-
Object
- Object
- Scorm2004::Manifest::RollupAction
- Includes:
- Attributes, VisitorPattern
- Defined in:
- lib/scorm2004/manifest/rollup_action.rb
Constant Summary collapse
- ACTIONS =
%w( satisfied notSatisfied completed incomplete )
Instance Attribute Summary collapse
-
#action ⇒ String
readonly
The
action
attribute of <rollupAction>.
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 <rollupAction>.
11 |
# File 'lib/scorm2004/manifest/rollup_action.rb', line 11 attribute :token, 'action', vocabulary: ACTIONS |