Class: Scorm2004::Manifest::Map
- Inherits:
-
Object
- Object
- Scorm2004::Manifest::Map
- Includes:
- Attributes, VisitorPattern
- Defined in:
- lib/scorm2004/manifest/map.rb
Instance Attribute Summary collapse
-
#read_shared_data ⇒ Boolean
readonly
The
readSharedData
attribute of <map>. -
#target_id ⇒ String
readonly
The
targetID
attribute of <map>. -
#write_shared_data ⇒ Boolean
readonly
The
writeSharedData
attribute of <map>.
Method Summary
Methods included from Attributes
Methods included from VisitorPattern
included, #initialize, #metadata, #to_hash, #visit
Instance Attribute Details
#read_shared_data ⇒ Boolean (readonly)
Returns The readSharedData
attribute of <map>.
13 |
# File 'lib/scorm2004/manifest/map.rb', line 13 attribute :boolean, 'readSharedData', default: true |
#target_id ⇒ String (readonly)
Returns The targetID
attribute of <map>.
9 |
# File 'lib/scorm2004/manifest/map.rb', line 9 attribute :any_uri, 'targetID' |
#write_shared_data ⇒ Boolean (readonly)
Returns The writeSharedData
attribute of <map>.
17 |
# File 'lib/scorm2004/manifest/map.rb', line 17 attribute :boolean, 'writeSharedData', default: true |