class Slanger::PrivateSubscription

Public Instance Methods

subscribe() click to toggle source
# File lib/slanger/private_subscription.rb, line 3
def subscribe
  return handle_invalid_signature if auth.blank? || invalid_signature?

  Subscription.new(connection.socket, connection.socket_id, @msg).subscribe
end