Sha256: 7fe5f5996dce3cc91d1b3cac7d282f4ffaff9643192b27110db03c8b73a6c3d3
Contents?: true
Size: 222 Bytes
Versions: 2
Compression:
Stored size: 222 Bytes
Contents
module RCAP module CAP_1_2 # A Parameter object is valid if # * it has a name class Parameter < RCAP::Base::Parameter # @return [String] def xmlns Alert::XMLNS end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rcap-2.7.0 | lib/rcap/cap_1_2/parameter.rb |
rcap-2.6.0 | lib/rcap/cap_1_2/parameter.rb |