Class: DocomoNlu::Management::Config

Inherits:
Base
  • Object
show all
Defined in:
lib/docomo_nlu/management/config.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

#destroy(keys) ⇒ Object

"dialogTimeout": 300,
"replyTimeout": 300,
"xxxxUrl": "http://xxx",
"yyyyUrl": "http://xxx",
"sensitiveInfo": "aa.bb, ccc.ddd...",
"sraix" : [true|false],
"taskServerUrl": "http://xxx"



19
20
21
22
# File 'lib/docomo_nlu/management/config.rb', line 19

def destroy(keys)
  self.id = keys.join(",")
  super()
end