Class | GoogleCalendar::ServiceAuthSub |
In: |
lib/googlecalendar/service_auth_sub.rb
|
Parent: | ServiceBase |
this class interacts with Google Calendar and uses AuthSub interface for authentication.
# File lib/googlecalendar/service_auth_sub.rb, line 9 9: def initialize(token) 10: @auth = token 11: end