Module: Pubnub::Validator::HereNow

Includes:
CommonValidator
Included in:
HereNow
Defined in:
lib/pubnub/validators/here_now.rb

Overview

Validator for HereNow 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/here_now.rb', line 9

def validate!
  return if @skip_validate
  validate_channel!
end