lib/bandwidth-sdk/models/bxml/verbs/stream_param.rb in bandwidth-sdk-11.0.0.pre.beta.1.1 vs lib/bandwidth-sdk/models/bxml/verbs/stream_param.rb in bandwidth-sdk-11.0.0.pre.beta.2.0
- old
+ new
@@ -1,13 +1,11 @@
module Bandwidth
module Bxml
- class StreamParam
- include Bandwidth::Bxml::Verb
-
+ 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)
+ 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.
}