Sha256: e5b96ee6b54ba7c8a499daf73f4001e11c4c86be3c019051bf4797aaf1b16e78
Contents?: true
Size: 254 Bytes
Versions: 14
Compression:
Stored size: 254 Bytes
Contents
module Bandwidth module Bxml class Tag < Bandwidth::Bxml::Verb # Initializer # @param content [String] Custom tag value. Defaults to nil. def initialize(content = nil) super('Tag', content, {}) end end end end
Version data entries
14 entries across 14 versions & 1 rubygems