Class: DocomoNlu::Management::V26::DefaultPredicate
- Inherits:
-
Base
- Object
- ActiveResource::Base
- Base
- DocomoNlu::Management::V26::DefaultPredicate
- Defined in:
- lib/docomo-nlu/management/V26/default_predicate.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
9 10 11 12 |
# File 'lib/docomo-nlu/management/V26/default_predicate.rb', line 9 def destroy(keys) self.id = keys.join(",") super() end |