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.rb, line 50
def initialize
  @api_key = @api_secret = 'xxx'
  @access_token = nil
  @timeout = 15
end