class GoogleOAuth::Calendar::Calendar

developers.google.com/google-apps/calendar/v3/reference/calendars

Attributes

access_role[RW]
color_id[RW]
description[RW]
etag[RW]
id[RW]
summary[RW]
time_zone[RW]

Public Class Methods

new(opts = {}) click to toggle source
Calls superclass method
# File lib/google_oauth/calendar/calendar.rb, line 8
def initialize(opts = {})
  opts.each_pair do |key, value|
    send "#{key}=".to_sym, value
  end
  super
end