Sha256: de2b4eedcce519689479c4a38706468ee94f425a78d22a4113ba2b04e2aae21b
Contents?: true
Size: 232 Bytes
Versions: 95
Compression:
Stored size: 232 Bytes
Contents
module Plivo module XML class Wait < Element @nestables = [] @valid_attributes = %w[length silence minSilence beep] def initialize(attributes = {}) super(nil, attributes) end end end end
Version data entries
95 entries across 95 versions & 1 rubygems