Class: Bandwidth::Bxml::StreamParam
- Defined in:
- lib/bandwidth-sdk/models/bxml/verbs/stream_param.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ StreamParam
constructor
Initializer.
Methods inherited from Verb
#generate_xml, #set_attributes, #to_bxml
Constructor Details
#initialize(attributes = {}) ⇒ StreamParam
Initializer
6 7 8 9 10 11 12 13 |
# File 'lib/bandwidth-sdk/models/bxml/verbs/stream_param.rb', line 6 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 |