Class: Libis::Tools::MetsFile::Map
- Includes:
- IdContainer
- Defined in:
- lib/libis/tools/mets_file.rb
Instance Attribute Summary collapse
-
#div ⇒ Object
Returns the value of attribute div.
-
#representation ⇒ Object
Returns the value of attribute representation.
Instance Method Summary collapse
Methods included from IdContainer
Instance Attribute Details
#div ⇒ Object
Returns the value of attribute div.
170 171 172 |
# File 'lib/libis/tools/mets_file.rb', line 170 def div @div end |
#representation ⇒ Object
Returns the value of attribute representation.
170 171 172 |
# File 'lib/libis/tools/mets_file.rb', line 170 def representation @representation end |
Instance Method Details
#xml_id ⇒ Object
172 173 174 |
# File 'lib/libis/tools/mets_file.rb', line 172 def xml_id "smap-#{id}" end |