Class: Scorm2004::Manifest::Organization

Inherits:
Object
  • Object
show all
Includes:
Attributes, Children, VisitorPattern, XmlBase
Defined in:
lib/scorm2004/manifest/organization.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

#completion_thresholdCompletionThreshold? (readonly)

Returns <adlcp:completionThrehsold>.

Returns:



19
# File 'lib/scorm2004/manifest/organization.rb', line 19

has_zero_or_one      'adlcp:completionThreshold'

#identifierString (readonly)

Returns The identifier attribute of <organization>.

Returns:

  • (String)

    The identifier attribute of <organization>



27
# File 'lib/scorm2004/manifest/organization.rb', line 27

attribute :id,      'identifier'

#itemsArray<Item> (readonly)

Returns <item>.

Returns:

  • (Array<Item>)

    <item>



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

has_one_or_more      'imscp:item'

#objectives_global_to_systemBoolean (readonly)

Returns The adlseq:objectivesGlobalToSystem attribute of <organization>.

Returns:

  • (Boolean)

    The adlseq:objectivesGlobalToSystem attribute of <organization>



31
# File 'lib/scorm2004/manifest/organization.rb', line 31

attribute :boolean, 'adlseq:objectivesGlobalToSystem', default: false

#sequencingSequencing? (readonly)

Returns <imsss:sequencing>.

Returns:



23
# File 'lib/scorm2004/manifest/organization.rb', line 23

has_zero_or_one      'imsss:sequencing'

#shared_data_global_to_systemBoolean (readonly)

Returns The adlcp:sharedDataGlobalToSystem attribute of <organization>.

Returns:

  • (Boolean)

    The adlcp:sharedDataGlobalToSystem attribute of <organization>



35
# File 'lib/scorm2004/manifest/organization.rb', line 35

attribute :boolean, 'adlcp:sharedDataGlobalToSystem',  default: false

#titleTitle (readonly)

Returns <title>.

Returns:



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

has_one_and_only_one 'imscp:title'