Class: Scorm2004::Manifest::RollupRules
- Inherits:
-
Object
- Object
- Scorm2004::Manifest::RollupRules
- Includes:
- Attributes, Children, VisitorPattern
- Defined in:
- lib/scorm2004/manifest/rollup_rules.rb
Instance Attribute Summary collapse
-
#objective_measure_weight ⇒ Float
readonly
The
objectiveMeasureWeight
attribute of <rollupRules>. -
#rollup_objective_satisfied ⇒ Boolean
readonly
The
rollupObjectiveSatisfied
attribute of <rollupRules>. -
#rollup_progress_completion ⇒ Boolean
readonly
The
rollupProgressCompletion
attribute of <rollupRules>. -
#rollup_rules ⇒ Array<RollupRule>
readonly
<imsss:rollupRule>.
Method Summary
Methods included from Attributes
Methods included from Children
Methods included from VisitorPattern
included, #initialize, #metadata, #to_hash, #visit
Instance Attribute Details
#objective_measure_weight ⇒ Float (readonly)
Returns The objectiveMeasureWeight
attribute of <rollupRules>.
18 |
# File 'lib/scorm2004/manifest/rollup_rules.rb', line 18 attribute :decimal, 'objectiveMeasureWeight', range: 0.0..1.0, default: 1.0 |
#rollup_objective_satisfied ⇒ Boolean (readonly)
Returns The rollupObjectiveSatisfied
attribute of <rollupRules>.
10 |
# File 'lib/scorm2004/manifest/rollup_rules.rb', line 10 attribute :boolean, 'rollupObjectiveSatisfied', default: true |
#rollup_progress_completion ⇒ Boolean (readonly)
Returns The rollupProgressCompletion
attribute of <rollupRules>.
14 |
# File 'lib/scorm2004/manifest/rollup_rules.rb', line 14 attribute :boolean, 'rollupProgressCompletion', default: true |
#rollup_rules ⇒ Array<RollupRule> (readonly)
Returns <imsss:rollupRule>.
22 |
# File 'lib/scorm2004/manifest/rollup_rules.rb', line 22 has_zero_or_more 'imsss:rollupRule' |