Class: Scorm2004::Manifest::DeliveryControls
- Inherits:
-
Object
- Object
- Scorm2004::Manifest::DeliveryControls
- Includes:
- Attributes, VisitorPattern
- Defined in:
- lib/scorm2004/manifest/delivery_controls.rb
Instance Attribute Summary collapse
-
#completion_set_by_content ⇒ Boolean
readonly
The
completion_set_by_content
attribute of <deliveryControls>. -
#objective_set_by_content ⇒ Boolean
readonly
The
objective_set_by_content
attribute of <deliveryControls>. -
#tracked ⇒ Boolean
readonly
The
tracked
attribute of <deliveryControls>.
Method Summary
Methods included from Attributes
Methods included from VisitorPattern
included, #initialize, #metadata, #to_hash, #visit
Instance Attribute Details
#completion_set_by_content ⇒ Boolean (readonly)
Returns The completion_set_by_content
attribute of <deliveryControls>.
13 |
# File 'lib/scorm2004/manifest/delivery_controls.rb', line 13 attribute :boolean, 'completionSetByContent', default: false |
#objective_set_by_content ⇒ Boolean (readonly)
Returns The objective_set_by_content
attribute of <deliveryControls>.
17 |
# File 'lib/scorm2004/manifest/delivery_controls.rb', line 17 attribute :boolean, 'objectiveSetByContent', default: false |
#tracked ⇒ Boolean (readonly)
Returns The tracked
attribute of <deliveryControls>.
9 |
# File 'lib/scorm2004/manifest/delivery_controls.rb', line 9 attribute :boolean, 'tracked', default: true |