Class: Keymaker::RemoveNodeFromIndexRequest
- Defined in:
- lib/keymaker/requests/remove_node_from_index_request.rb
Instance Attribute Summary
Attributes inherited from Request
Instance Method Summary collapse
Methods inherited from Request
Constructor Details
This class inherits a constructor from Keymaker::Request
Instance Method Details
#submit ⇒ Object
3 4 5 |
# File 'lib/keymaker/requests/remove_node_from_index_request.rb', line 3 def submit service.delete(node_full_index_path(opts[:index_name], opts[:key], opts[:value], opts[:node_id])) end |