Class: VORuby::STC::V1_30::STCMetadataType
- Inherits:
-
STCBaseType
- Object
- STCBaseType
- VORuby::STC::V1_30::STCMetadataType
- Defined in:
- lib/voruby/stc/1.30/stc.rb
Overview
Abstract stcMetadata type.
Direct Known Subclasses
ObsDataLocationType, STCCoordinate, STCCoordinateList, STCDescriptionType, STCRegion, STCRegionList
Instance Attribute Summary
Attributes included from STCReference
#id, #idref, #ucd, #xlink_href, #xlink_type
Class Method Summary collapse
Methods inherited from STCBaseType
#==, #initialize, stc_base_from_xml, #to_xml
Methods included from STCReference
#stc_reference_eq, stc_reference_from_xml, #stc_reference_to_xml
Methods included from SerializableToXml
Constructor Details
This class inherits a constructor from VORuby::STC::V1_30::STCBaseType
Class Method Details
.stc_metadata_from_xml(root) ⇒ Object
8101 8102 8103 |
# File 'lib/voruby/stc/1.30/stc.rb', line 8101 def self.(root) STCBaseType.stc_base_from_xml(root) end |