Module: Pubnub::Validator::RemoveChannelMembers
- Includes:
- CommonValidator
- Included in:
- RemoveChannelMembers
- Defined in:
- lib/pubnub/validators/remove_channel_members.rb
Overview
Validator for RemoveChannelMembers event
Instance Method Summary collapse
Methods included from CommonValidator
#validate_origin, #validate_publish_key, #validate_subscribe_key, #validate_user_id
Instance Method Details
#validate! ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/pubnub/validators/remove_channel_members.rb', line 11 def validate! return if @skip_validate validate_subscribe_key! validate_channel! validate_members! end |