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