Sha256: 34592be1f09a4645045e8ffac4d71c2bb3a172ce62b4c7bb40c21ec840f07e76

Contents?: true

Size: 238 Bytes

Versions: 9

Compression:

Stored size: 238 Bytes

Contents

module RCAP
  module CAP_1_0


    # A Resource object is valid if
    # * it has a resource description
    class Resource < RCAP::Base::Resource

      # @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_0/resource.rb
rcap-2.4.0 lib/rcap/cap_1_0/resource.rb
rcap-2.3.0 lib/rcap/cap_1_0/resource.rb
rcap-2.2.1 lib/rcap/cap_1_0/resource.rb
rcap-2.2.0 lib/rcap/cap_1_0/resource.rb
rcap-2.1.0 lib/rcap/cap_1_0/resource.rb
rcap-2.0.2 lib/rcap/cap_1_0/resource.rb
rcap-2.0.1 lib/rcap/cap_1_0/resource.rb
rcap-2.0.0 lib/rcap/cap_1_0/resource.rb