Sha256: 4b9271e1c097c06ea43e7bd0d5f29c22f41daa2a717cbfdb9277d942bea07cbd

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 Bytes

Contents

module Bandwidth
  module Bxml
    class Response
      include 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

2 entries across 2 versions & 1 rubygems

Version Path
bandwidth-sdk-11.0.0.pre.beta.1.1 lib/bandwidth-sdk/models/bxml/response.rb
bandwidth-sdk-11.0.0.pre.beta.1 lib/bandwidth-sdk/models/bxml/response.rb