Sha256: ae5e281835c79e6aea63bc743a249995a9fe9b4416fcfac8e27d4a8870e8d36e
Contents?: true
Size: 531 Bytes
Versions: 14
Compression:
Stored size: 531 Bytes
Contents
module Bandwidth module Bxml class StreamParam < Bandwidth::Bxml::Verb # Initializer # @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash. def initialize(attributes = {}) super('StreamParam', nil, attributes) @attribute_map = { name: 'name', # [String]: The name of this parameter, up to 256 characters. value: 'value', # [String]: The value of this parameter, up to 2048 characters. } end end end end
Version data entries
14 entries across 14 versions & 1 rubygems