class Zoom::Configuration
Attributes
access_token[RW]
api_key[RW]
api_secret[RW]
timeout[RW]
Public Class Methods
new()
click to toggle source
# File lib/zoom.rb, line 45 def initialize @api_key = @api_secret = 'xxx' @access_token = nil @timeout = 15 end