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