Class: ROGC::Formats::WMSCapabilities::Base
- Inherits:
-
XML::VersionedOGC
- Object
- XML::Base
- XML::VersionedOGC
- ROGC::Formats::WMSCapabilities::Base
- Defined in:
- lib/rogc/formats/wms_capabilities/base.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from XML::Base
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Methods inherited from XML::VersionedOGC
#get_parser, #get_version, #read
Methods inherited from XML::Base
#child_value, #read_child_nodes, #read_node
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
5 6 7 |
# File 'lib/rogc/formats/wms_capabilities/base.rb', line 5 def initialize super end |