Class: Scorm2004::Manifest::Organizations
- Inherits:
-
Object
- Object
- Scorm2004::Manifest::Organizations
- Includes:
- Attributes, Children, VisitorPattern, XmlBase
- Defined in:
- lib/scorm2004/manifest/organizations.rb
Instance Attribute Summary collapse
-
#default ⇒ String
readonly
The default attribute of <organizations>.
-
#organizations ⇒ Array<Organization>
readonly
<organization>.
Method Summary
Methods included from XmlBase
Methods included from Attributes
Methods included from Children
Methods included from VisitorPattern
included, #initialize, #metadata, #to_hash, #visit
Instance Attribute Details
#default ⇒ String (readonly)
Returns The default attribute of <organizations>.
11 |
# File 'lib/scorm2004/manifest/organizations.rb', line 11 attribute :idref, 'default' |
#organizations ⇒ Array<Organization> (readonly)
Returns <organization>.
15 |
# File 'lib/scorm2004/manifest/organizations.rb', line 15 has_one_or_more 'imscp:organization' |