Class: DocomoNlu::Management::ScenarioUtil

Inherits:
Base
  • Object
show all
Defined in:
lib/docomo_nlu/management/scenario_util.rb

Instance Method Summary collapse

Methods inherited from Base

check_response, headers, #id_from_response, instantiate_collection, instantiate_record, #login, #logout, #static_headers

Instance Method Details

#deleteObject



25
26
27
# File 'lib/docomo_nlu/management/scenario_util.rb', line 25

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

#destroyObject



21
22
23
# File 'lib/docomo_nlu/management/scenario_util.rb', line 21

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

#matchesObject



13
14
15
# File 'lib/docomo_nlu/management/scenario_util.rb', line 13

def matches
  # TODO
end

#normalizeObject



9
10
11
# File 'lib/docomo_nlu/management/scenario_util.rb', line 9

def normalize
  # TODO
end

#saveObject



17
18
19
# File 'lib/docomo_nlu/management/scenario_util.rb', line 17

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