Sha256: daf4ca2e36d5b8242de22fb916ae3340fcd67d57acdd2ea7fb7ab66be90f3c40
Contents?: true
Size: 531 Bytes
Versions: 14
Compression:
Stored size: 531 Bytes
Contents
module Bandwidth module Bxml class CustomParam < Bandwidth::Bxml::Verb # Initializer # @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash. def initialize(attributes = {}) super('CustomParam', 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