Sha256: 4b1536fcb0d41a110fe8190129ae25f7e2035e0b36fc23ba61f4ed82ec24106e
Contents?: true
Size: 444 Bytes
Versions: 16
Compression:
Stored size: 444 Bytes
Contents
module Bandwidth module Bxml class Pause < 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
16 entries across 16 versions & 1 rubygems