module ZQuickblox
Constants
- VERSION
Attributes
config[RW]
Public Class Methods
configure() { |config| ... }
click to toggle source
# File lib/zquickblox.rb, line 17 def self.configure self.config ||= Config.new yield(self.config) end