Sha256: b9299cbaf4d00367c86ac6d6d2ca7c87d179ff80c5a38e4a2cefbfb997bc945a
Contents?: true
Size: 457 Bytes
Versions: 2
Compression:
Stored size: 457 Bytes
Contents
module Bandwidth module Bxml class Pause include Bandwidth::Bxml::Verb # Initializer # @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash. def initialize(attributes = {}) super("Pause", nil, attributes) @attribute_map = { duration: 'duration', # Optional [Number]: The time in seconds to pause. Default value is 1. } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bandwidth-sdk-11.0.0.pre.beta.1.1 | lib/bandwidth-sdk/models/bxml/verbs/pause.rb |
bandwidth-sdk-11.0.0.pre.beta.1 | lib/bandwidth-sdk/models/bxml/verbs/pause.rb |