Sha256: ae02b660aec035d305e45588f5a238e05b22b3d55e817c3ca8caf5236fefa5da
Contents?: true
Size: 253 Bytes
Versions: 2
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true module RCAP module CAP_1_1 # 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.4 | lib/rcap/cap_1_1/parameter.rb |
rcap-2.7.3 | lib/rcap/cap_1_1/parameter.rb |