Module: Pubnub::Validator::GetMessageActions
- Includes:
- CommonValidator
- Included in:
- GetMessageActions
- Defined in:
- lib/pubnub/validators/get_message_actions.rb
Overview
Validator for module GetMessageActions 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
9 10 11 12 13 |
# File 'lib/pubnub/validators/get_message_actions.rb', line 9 def validate! return if @skip_validate validate_channel! end |