Class: Scorm2004::Manifest::Map

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

Instance Attribute Summary collapse

Method Summary

Methods included from Attributes

included

Methods included from VisitorPattern

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

Instance Attribute Details

#read_shared_dataBoolean (readonly)

Returns The readSharedData attribute of <map>.

Returns:

  • (Boolean)

    The readSharedData attribute of <map>



13
# File 'lib/scorm2004/manifest/map.rb', line 13

attribute :boolean, 'readSharedData',  default: true

#target_idString (readonly)

Returns The targetID attribute of <map>.

Returns:

  • (String)

    The targetID attribute of <map>



9
# File 'lib/scorm2004/manifest/map.rb', line 9

attribute :any_uri, 'targetID'

#write_shared_dataBoolean (readonly)

Returns The writeSharedData attribute of <map>.

Returns:

  • (Boolean)

    The writeSharedData attribute of <map>



17
# File 'lib/scorm2004/manifest/map.rb', line 17

attribute :boolean, 'writeSharedData', default: true