Sha256: 7f5ad4a23acc2fdf6787d7e1db8e4763a72fa8500bbaf9dfc45c3d4253dcbddb

Contents?: true

Size: 376 Bytes

Versions: 14

Compression:

Stored size: 376 Bytes

Contents

module Plivo
  module XML
    class Response < Element
      @nestables = %w[Speak Play GetDigits Record Dial Message
                      Redirect Wait Hangup PreAnswer Conference DTMF]
      @valid_attributes = []

      def initialize
        super(nil, {})
      end

      def to_xml
        super()
      end

      def to_s
        super()
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
plivo-4.3.1 lib/plivo/xml/response.rb
plivo-4.3.0 lib/plivo/xml/response.rb
plivo-4.2.0.pre.beta1 lib/plivo/xml/response.rb
plivo-4.1.8 lib/plivo/xml/response.rb
plivo-4.1.7 lib/plivo/xml/response.rb
plivo-4.1.6 lib/plivo/xml/response.rb
plivo-4.1.5 lib/plivo/xml/response.rb
plivo-4.1.4 lib/plivo/xml/response.rb
plivo-4.1.3 lib/plivo/xml/response.rb
plivo-4.1.2 lib/plivo/xml/response.rb
plivo-4.1.1 lib/plivo/xml/response.rb
plivo-4.1.0 lib/plivo/xml/response.rb
plivo-4.0.0 lib/plivo/xml/response.rb
plivo-4.0.0.beta.2 lib/plivo/xml/response.rb