Sha256: a3fb7a996effdc6e302da76df063fb5e4eeaaac6fff6dcb0d7ee29c475b2c8bf

Contents?: true

Size: 300 Bytes

Versions: 7

Compression:

Stored size: 300 Bytes

Contents

module Bandwidth
  module Bxml
    class Response < Bandwidth::Bxml::Root
      # Initializer
      # @param nested_verbs [Array<Verb>] XML element children. Defaults to an empty array.
      def initialize(nested_verbs = [])
        super(tag = 'Response', nested_verbs)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bandwidth-sdk-11.1.1 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-11.1.0 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-11.0.0 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-11.0.0.pre.beta.4.0 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-11.0.0.pre.beta.3.1 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-11.0.0.pre.beta.3.0 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-11.0.0.pre.beta.2.0 lib/bandwidth-sdk/models/bxml/response.rb