Sha256: 3b85c51eae9280d5ae4146c4be2c9a8a6bedadcde76be51961e1595d880d8d41

Contents?: true

Size: 247 Bytes

Versions: 9

Compression:

Stored size: 247 Bytes

Contents

module RCAP
  module CAP_1_2

    # A Parameter object is valid if
    # * it has a name
    # * it has a value
    class Parameter < RCAP::Base::Parameter

      # @return [String]
      def xmlns
        Alert::XMLNS
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rcap-2.4.1 lib/rcap/cap_1_2/parameter.rb
rcap-2.4.0 lib/rcap/cap_1_2/parameter.rb
rcap-2.3.0 lib/rcap/cap_1_2/parameter.rb
rcap-2.2.1 lib/rcap/cap_1_2/parameter.rb
rcap-2.2.0 lib/rcap/cap_1_2/parameter.rb
rcap-2.1.0 lib/rcap/cap_1_2/parameter.rb
rcap-2.0.2 lib/rcap/cap_1_2/parameter.rb
rcap-2.0.1 lib/rcap/cap_1_2/parameter.rb
rcap-2.0.0 lib/rcap/cap_1_2/parameter.rb