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