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

Version Path
bandwidth-sdk-13.1.2 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-13.1.1 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-13.1.0 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-13.0.0 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-12.1.0 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-11.3.0 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-11.2.0 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-11.1.1 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-11.1.0 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-11.0.0 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-11.0.0.pre.beta.4.0 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-11.0.0.pre.beta.3.1 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-11.0.0.pre.beta.3.0 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb
bandwidth-sdk-11.0.0.pre.beta.2.0 lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb