Module: Pubnub::Validator::Presence

Includes:
CommonValidator
Included in:
Presence
Defined in:
lib/pubnub/validators/presence.rb

Overview

Validator for Presence event

Instance Method Summary collapse

Methods included from CommonValidator

#validate_origin, #validate_publish_key, #validate_subscribe_key

Instance Method Details

#validate!Object



9
10
11
12
# File 'lib/pubnub/validators/presence.rb', line 9

def validate!
  return if @skip_validate
  validate_channels!
end