Class: Scorm2004::Manifest::ControlMode
- Inherits:
-
Object
- Object
- Scorm2004::Manifest::ControlMode
- Includes:
- Attributes, VisitorPattern
- Defined in:
- lib/scorm2004/manifest/control_mode.rb
Instance Attribute Summary collapse
-
#choice ⇒ Boolean
readonly
The
choice
attribute of <controlMode>. -
#choice_exit ⇒ Boolean
readonly
The
choiceExit
attribute of <controlMode>. -
#flow ⇒ Boolean
readonly
The
flow
attribute of <controlMode>. -
#forward_only ⇒ Boolean
readonly
The
forwardOnly
attribute of <controlMode>. -
#use_current_attempt_objective_info ⇒ Boolean
readonly
The
useCurrentAttemptObjectiveInfo
attribute of <controlMode>. -
#use_current_attempt_progress_info ⇒ Boolean
readonly
The
useCurrentAttemptProgressInfo
attribute of <controlMode>.
Method Summary
Methods included from Attributes
Methods included from VisitorPattern
included, #initialize, #metadata, #to_hash, #visit
Instance Attribute Details
#choice ⇒ Boolean (readonly)
Returns The choice
attribute of <controlMode>.
9 |
# File 'lib/scorm2004/manifest/control_mode.rb', line 9 attribute :boolean, 'choice', default: true |
#choice_exit ⇒ Boolean (readonly)
Returns The choiceExit
attribute of <controlMode>.
13 |
# File 'lib/scorm2004/manifest/control_mode.rb', line 13 attribute :boolean, 'choiceExit', default: true |
#flow ⇒ Boolean (readonly)
Returns The flow
attribute of <controlMode>.
17 |
# File 'lib/scorm2004/manifest/control_mode.rb', line 17 attribute :boolean, 'flow', default: false |
#forward_only ⇒ Boolean (readonly)
Returns The forwardOnly
attribute of <controlMode>.
21 |
# File 'lib/scorm2004/manifest/control_mode.rb', line 21 attribute :boolean, 'forwardOnly', default: false |
#use_current_attempt_objective_info ⇒ Boolean (readonly)
Returns The useCurrentAttemptObjectiveInfo
attribute of <controlMode>.
25 |
# File 'lib/scorm2004/manifest/control_mode.rb', line 25 attribute :boolean, 'useCurrentAttemptObjectiveInfo', default: true |
#use_current_attempt_progress_info ⇒ Boolean (readonly)
Returns The useCurrentAttemptProgressInfo
attribute of <controlMode>.
29 |
# File 'lib/scorm2004/manifest/control_mode.rb', line 29 attribute :boolean, 'useCurrentAttemptProgressInfo', default: true |