Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 369 Bytes

UnbanIp200Response.md

File metadata and controls

18 lines (12 loc) · 369 Bytes

EjabberdHttpClient::UnbanIp200Response

Properties

Name Type Description Notes
unbanned Integer Amount of unbanned entries, or negative in case of error. [optional]

Example

require 'ejabberd_http_client'

instance = EjabberdHttpClient::UnbanIp200Response.new(
  unbanned: null
)