Class: Pubnub::ChannelRegistration
- Inherits:
-
SingleEvent
- Object
- Event
- SingleEvent
- Pubnub::ChannelRegistration
- Includes:
- Celluloid, Validator::ChannelRegistration
- Defined in:
- lib/pubnub/events/channel_registration.rb
Overview
Holds channel_registration functionality
Instance Attribute Summary
Attributes inherited from Event
#callback, #channel, #fresh_clone, #given_options, #group, #idle_timeout, #open_timeout, #origin, #presence_callback, #read_timeout, #ssl, #state, #wildcard_channel
Instance Method Summary collapse
-
#initialize(options, app) ⇒ ChannelRegistration
constructor
A new instance of ChannelRegistration.
Methods included from Validator::ChannelRegistration
Methods included from Validator::CommonValidator
#validate_origin, #validate_publish_key, #validate_subscribe_key
Methods inherited from Event
#finalized?, #fire, #send_request, #sync?, #uri
Constructor Details
#initialize(options, app) ⇒ ChannelRegistration
8 9 10 11 12 |
# File 'lib/pubnub/events/channel_registration.rb', line 8 def initialize(, app) @event = :channel_registration super @action = @action.to_sym unless @action.nil? end |