Class: Libis::Tools::MetsFile::Map

Inherits:
Object
  • Object
show all
Includes:
IdContainer
Defined in:
lib/libis/tools/mets_file.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from IdContainer

#id, #set_from_hash, #to_s

Instance Attribute Details

#divObject

Returns the value of attribute div.



507
508
509
# File 'lib/libis/tools/mets_file.rb', line 507

def div
  @div
end

#representationObject

Returns the value of attribute representation.



507
508
509
# File 'lib/libis/tools/mets_file.rb', line 507

def representation
  @representation
end

Instance Method Details

#xml_idObject



509
510
511
# File 'lib/libis/tools/mets_file.rb', line 509

def xml_id
  "smap-#{id}"
end