Class: Scorm2004::Manifest::Organization
- Inherits:
-
Object
- Object
- Scorm2004::Manifest::Organization
- Includes:
- Attributes, Children, VisitorPattern, XmlBase
- Defined in:
- lib/scorm2004/manifest/organization.rb
Instance Attribute Summary collapse
-
#completion_threshold ⇒ CompletionThreshold?
readonly
<adlcp:completionThrehsold>.
-
#identifier ⇒ String
readonly
The identifier attribute of <organization>.
-
#items ⇒ Array<Item>
readonly
<item>.
-
#objectives_global_to_system ⇒ Boolean
readonly
The adlseq:objectivesGlobalToSystem attribute of <organization>.
-
#sequencing ⇒ Sequencing?
readonly
<imsss:sequencing>.
-
#shared_data_global_to_system ⇒ Boolean
readonly
The adlcp:sharedDataGlobalToSystem attribute of <organization>.
-
#title ⇒ Title
readonly
<title>.
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
#completion_threshold ⇒ CompletionThreshold? (readonly)
Returns <adlcp:completionThrehsold>.
19 |
# File 'lib/scorm2004/manifest/organization.rb', line 19 has_zero_or_one 'adlcp:completionThreshold' |
#identifier ⇒ String (readonly)
Returns The identifier attribute of <organization>.
27 |
# File 'lib/scorm2004/manifest/organization.rb', line 27 attribute :id, 'identifier' |
#items ⇒ Array<Item> (readonly)
Returns <item>.
11 |
# File 'lib/scorm2004/manifest/organization.rb', line 11 has_one_or_more 'imscp:item' |
#objectives_global_to_system ⇒ Boolean (readonly)
Returns The adlseq:objectivesGlobalToSystem attribute of <organization>.
31 |
# File 'lib/scorm2004/manifest/organization.rb', line 31 attribute :boolean, 'adlseq:objectivesGlobalToSystem', default: false |
#sequencing ⇒ Sequencing? (readonly)
Returns <imsss:sequencing>.
23 |
# File 'lib/scorm2004/manifest/organization.rb', line 23 has_zero_or_one 'imsss:sequencing' |
#shared_data_global_to_system ⇒ Boolean (readonly)
Returns The adlcp:sharedDataGlobalToSystem attribute of <organization>.
35 |
# File 'lib/scorm2004/manifest/organization.rb', line 35 attribute :boolean, 'adlcp:sharedDataGlobalToSystem', default: false |
#title ⇒ Title (readonly)
Returns <title>.
15 |
# File 'lib/scorm2004/manifest/organization.rb', line 15 has_one_and_only_one 'imscp:title' |