Class: ROGC::Formats::WMSCapabilities::V1_1_1
Instance Attribute Summary
Attributes inherited from XML::Base
Instance Method Summary collapse
-
#initialize ⇒ V1_1_1
constructor
A new instance of V1_1_1.
Methods inherited from V1
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 ⇒ V1_1_1
Returns a new instance of V1_1_1.
7 8 9 10 |
# File 'lib/rogc/formats/wms_capabilities/v1_1_1.rb', line 7 def initialize super @xml_readers = xml_readers.merge({ 'wms' => @xml_readers['wms'].merge({}) }) end |