Class: Scorm2004::Manifest::AdlseqObjective
- Inherits:
-
Object
- Object
- Scorm2004::Manifest::AdlseqObjective
- Includes:
- Attributes, Children, VisitorPattern
- Defined in:
- lib/scorm2004/manifest/adlseq_objective.rb
Instance Attribute Summary collapse
- #adlseq_map_infos ⇒ Array<AdlseqMapInfo> readonly
-
#objective_id ⇒ String
readonly
The
objectiveIDattribute of adlseq:Objective.
Method Summary
Methods included from Attributes
Methods included from Children
Methods included from VisitorPattern
included, #initialize, #metadata, #to_hash, #visit
Instance Attribute Details
#adlseq_map_infos ⇒ Array<AdlseqMapInfo> (readonly)
Returns adlseq:mapInfo.
14 |
# File 'lib/scorm2004/manifest/adlseq_objective.rb', line 14 has_one_or_more 'adlseq:mapInfo', visitor: :adlseq_map_info |
#objective_id ⇒ String (readonly)
Returns The objectiveID attribute of adlseq:Objective.
10 |
# File 'lib/scorm2004/manifest/adlseq_objective.rb', line 10 attribute :any_uri, 'objectiveID' |