Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 351 Bytes

LeaveClusterRequest.md

File metadata and controls

18 lines (12 loc) · 351 Bytes

EjabberdHttpClient::LeaveClusterRequest

Properties

Name Type Description Notes
node String Nodename of the node to kick from the cluster. [optional]

Example

require 'ejabberd_http_client'

instance = EjabberdHttpClient::LeaveClusterRequest.new(
  node: null
)