module OnConnect
Constants
- VERSION
Public Class Methods
api_key()
click to toggle source
# File lib/on_connect.rb, line 5 def self.api_key @api_key end
api_key=(token)
click to toggle source
# File lib/on_connect.rb, line 9 def self.api_key=(token) @api_key = token end