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