Class: Scorm2004::Manifest::ConstrainedChoiceConsiderations
- Inherits:
-
Object
- Object
- Scorm2004::Manifest::ConstrainedChoiceConsiderations
- Includes:
- Attributes, VisitorPattern
- Defined in:
- lib/scorm2004/manifest/constrained_choice_considerations.rb
Instance Attribute Summary collapse
-
#constrain_choice ⇒ Boolean
readonly
The
constrainChoice
attribute of <constrainedChoiceConsideration>. -
#prevent_activation ⇒ Boolean
readonly
The
preventActivation
attribute of <constrainedChoiceConsideration>.
Method Summary
Methods included from Attributes
Methods included from VisitorPattern
included, #initialize, #metadata, #to_hash, #visit
Instance Attribute Details
#constrain_choice ⇒ Boolean (readonly)
Returns The constrainChoice
attribute of <constrainedChoiceConsideration>.
13 |
# File 'lib/scorm2004/manifest/constrained_choice_considerations.rb', line 13 attribute :boolean, 'constrainChoice', default: false |
#prevent_activation ⇒ Boolean (readonly)
Returns The preventActivation
attribute of <constrainedChoiceConsideration>.
9 |
# File 'lib/scorm2004/manifest/constrained_choice_considerations.rb', line 9 attribute :boolean, 'preventActivation', default: false |