Class: Scorm2004::Manifest::Organizations

Inherits:
Object
  • Object
show all
Includes:
Attributes, Children, VisitorPattern, XmlBase
Defined in:
lib/scorm2004/manifest/organizations.rb

Instance Attribute Summary collapse

Method Summary

Methods included from XmlBase

#base

Methods included from Attributes

included

Methods included from Children

included

Methods included from VisitorPattern

included, #initialize, #metadata, #to_hash, #visit

Instance Attribute Details

#defaultString (readonly)

Returns The default attribute of <organizations>.

Returns:

  • (String)

    The default attribute of <organizations>



11
# File 'lib/scorm2004/manifest/organizations.rb', line 11

attribute :idref, 'default'

#organizationsArray<Organization> (readonly)

Returns <organization>.

Returns:



15
# File 'lib/scorm2004/manifest/organizations.rb', line 15

has_one_or_more 'imscp:organization'