Sha256: f88fca60043bfd2766b6964c486a31d6a6f822d1e36fb41b775c76bf60983393

Contents?: true

Size: 337 Bytes

Versions: 8

Compression:

Stored size: 337 Bytes

Contents

# frozen_string_literal: true

module DocomoNlu
  module Management::V26
    class Provider < Base
      self.element_name = "providers"
      self.prefix = "/management/v2.6/"

      # Parameter for create
      # {
      #   "organizationId": "id",
      #   "serverKind":"SS",
      #   "serverId":  "DSU"
      # }
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
docomo-nlu-0.2.7 lib/docomo-nlu/management/V26/provider.rb
docomo-nlu-0.2.6 lib/docomo-nlu/management/V26/provider.rb
docomo-nlu-0.2.5 lib/docomo-nlu/management/V26/provider.rb
docomo-nlu-0.2.4 lib/docomo-nlu/management/V26/provider.rb
docomo-nlu-0.2.3 lib/docomo-nlu/management/V26/provider.rb
docomo-nlu-0.2.2 lib/docomo-nlu/management/V26/provider.rb
docomo-nlu-0.2.1 lib/docomo-nlu/management/V26/provider.rb
docomo-nlu-0.2.0 lib/docomo-nlu/management/V26/provider.rb