Class: Scorm2004::Manifest::AdlseqMapInfo
- Inherits:
-
Object
- Object
- Scorm2004::Manifest::AdlseqMapInfo
- Includes:
- Attributes, VisitorPattern
- Defined in:
- lib/scorm2004/manifest/adlseq_map_info.rb
Instance Attribute Summary collapse
-
#target_objective_id ⇒ String
readonly
The
targetObjectiveID
attribute of <adlseq:mapInfo>.
Method Summary
Methods included from Attributes
Methods included from VisitorPattern
included, #initialize, #metadata, #to_hash, #visit
Instance Attribute Details
#target_objective_id ⇒ String (readonly)
Returns The targetObjectiveID
attribute of <adlseq:mapInfo>.
9 |
# File 'lib/scorm2004/manifest/adlseq_map_info.rb', line 9 attribute :any_uri, 'targetObjectiveID' |