Sha256: 60c3f788bb60526562f1fd435217242fb19374c8e771114610f8bdff39b9e94a

Contents?: true

Size: 310 Bytes

Versions: 9

Compression:

Stored size: 310 Bytes

Contents

module Bandwidth
  module Bxml
    class Response < Bandwidth::Bxml::Root
      # Initializer
      # @param nested_verbs [Verb] or [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

9 entries across 9 versions & 1 rubygems

Version Path
bandwidth-sdk-13.1.4 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-13.1.3 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-13.1.2 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-13.1.1 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-13.1.0 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-13.0.0 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-12.1.0 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-11.3.0 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-11.2.0 lib/bandwidth-sdk/models/bxml/response.rb