module GoToWebinar::Auth
Attributes
client[RW]
configuration[RW]
Public Class Methods
setup() { |configuration| ... }
click to toggle source
# File lib/go_to_webinar/auth.rb, line 20 def setup yield(configuration) @client = nil end