Sha256: 917f96b1a6f46e0a6b1abed314a98065ceab300bf8a7bdebbba74511dea9d5bd

Contents?: true

Size: 511 Bytes

Versions: 2

Compression:

Stored size: 511 Bytes

Contents

# frozen_string_literal: true

module DocomoNlu
  module Management::V23
    class ScenarioUtil < Base
      self.element_name = "scenarioUtils"
      self.prefix = "/management/v2.2/"

      def normalize
        # TODO
      end

      def matches
        # TODO
      end

      def save
        Rails.logger.debug "Method not used"
      end

      def destroy
        Rails.logger.debug "Method not used"
      end

      def delete
        Rails.logger.debug "Method not used"
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
docomo-nlu-0.2.7 lib/docomo-nlu/management/V23/scenario_util.rb
docomo-nlu-0.2.6 lib/docomo-nlu/management/V23/scenario_util.rb