lib/rcap/cap_1_0/resource.rb in rcap-2.4.1 vs lib/rcap/cap_1_0/resource.rb in rcap-2.5.0
- old
+ new
@@ -1,12 +1,9 @@
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