Module: Pubnub::Validator::ChannelRegistration
- Includes:
- CommonValidator
- Included in:
- ChannelRegistration
- Defined in:
- lib/pubnub/validators/channel_registration.rb
Overview
Validator for ChannelRegistration 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/channel_registration.rb', line 9 def validate! return if @skip_validate validate_action! end |