Sha256: 3be42a13b75027c18fa3a8cb9fd4d631d089a9a03c903af969398f999744bf02

Contents?: true

Size: 247 Bytes

Versions: 9

Compression:

Stored size: 247 Bytes

Contents

module RCAP
  module CAP_1_1

    # 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_1/parameter.rb
rcap-2.4.0 lib/rcap/cap_1_1/parameter.rb
rcap-2.3.0 lib/rcap/cap_1_1/parameter.rb
rcap-2.2.1 lib/rcap/cap_1_1/parameter.rb
rcap-2.2.0 lib/rcap/cap_1_1/parameter.rb
rcap-2.1.0 lib/rcap/cap_1_1/parameter.rb
rcap-2.0.2 lib/rcap/cap_1_1/parameter.rb
rcap-2.0.1 lib/rcap/cap_1_1/parameter.rb
rcap-2.0.0 lib/rcap/cap_1_1/parameter.rb