lib/rcap/cap_1_2/geocode.rb in rcap-2.7.0 vs lib/rcap/cap_1_2/geocode.rb in rcap-2.7.3

- old
+ new

@@ -1,10 +1,12 @@ +# frozen_string_literal: true + module RCAP module CAP_1_2 # Subclass of {Parameter} class Geocode < RCAP::Base::Geocode XML_ELEMENT_NAME = 'geocode' - XPATH = "cap:#{ XML_ELEMENT_NAME }" + XPATH = "cap:#{XML_ELEMENT_NAME}" # @return [String] def xmlns Alert::XMLNS end