Class: Stanford::Mods::Record

Inherits:
Mods::Record
  • Object
show all
Includes:
Geospatial, Name, OriginInfo, PhysicalLocation, Searchworks, SearchworksSubjects, Title
Defined in:
lib/stanford-mods/record.rb

Constant Summary

Constants included from Geospatial

Geospatial::GMLNS

Instance Attribute Summary collapse

Method Summary

Methods included from Title

#sw_addl_titles, #sw_full_title, #sw_short_title, #sw_sort_title, #sw_title_display, #title_parts

Methods included from Searchworks

#catkey, #format_main, #sw_genre, #sw_language_facet

Methods included from SearchworksSubjects

#era_facet, #geographic_facet, #geographic_search, #subject_all_search, #subject_other_search, #subject_other_subvy_search, #topic_facet, #topic_search

Methods included from PhysicalLocation

#box, #folder, #physical_location_str, #series

Methods included from OriginInfo

best_or_earliest_year, #imprint_display_str, #imprints, #is_approximate, #place, #pub_year_display_str, #pub_year_int, #pub_year_sort_str

Methods included from Name

#sw_addl_authors, #sw_corporate_authors, #sw_impersonal_authors, #sw_main_author, #sw_meeting_authors, #sw_person_authors, #sw_sort_author

Methods included from Geospatial

#coordinates, #coordinates_as_bbox, #coordinates_as_envelope, #coordinates_objects, #geo_extensions_as_envelope, #geo_extensions_point_data

Instance Attribute Details

#druidObject



15
16
17
# File 'lib/stanford-mods/record.rb', line 15

def druid
  @druid || 'Unknown item'
end