Sha256: a2baf886af8b6ab44899c24c9846a1340bc81ab427c28da6db4c463011d1602a
Contents?: true
Size: 472 Bytes
Versions: 6
Compression:
Stored size: 472 Bytes
Contents
# frozen_string_literal: true module DocomoNlu module Management::V26 class ScenarioUtil < Base self.element_name = "scenarioUtils" self.prefix = "/management/v2.6/" def normalize # TODO end def matches # TODO end def save print "Method not used" end def destroy print "Method not used" end def delete print "Method not used" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems