Class: GoogleOAuth::Calendar::CalendarList

Inherits:
Object
  • Object
show all
Defined in:
lib/google_oauth/calendar/calendar_list.rb

Overview

developers.google.com/google-apps/calendar/v3/reference/calendarList Google needs better naming schemes for this stuff. What is calling list on calendar list???

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ CalendarList

Returns a new instance of CalendarList.



11
12
13
14
15
16
# File 'lib/google_oauth/calendar/calendar_list.rb', line 11

def initialize(opts = {})
  opts.each_pair do |key, value|
    send "#{key}=".to_sym, value
  end
  super
end

Instance Attribute Details

#access_roleObject

Returns the value of attribute access_role.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def access_role
  @access_role
end

#color_idObject

Returns the value of attribute color_id.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def color_id
  @color_id
end

#default_remindersObject

Returns the value of attribute default_reminders.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def default_reminders
  @default_reminders
end

#descriptionObject

Returns the value of attribute description.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def description
  @description
end

#etagObject

Returns the value of attribute etag.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def etag
  @etag
end

#hiddenObject

Returns the value of attribute hidden.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def hidden
  @hidden
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def id
  @id
end

#kindObject

Returns the value of attribute kind.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def kind
  @kind
end

#locationObject

Returns the value of attribute location.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def location
  @location
end

#selectedObject

Returns the value of attribute selected.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def selected
  @selected
end

#summaryObject

Returns the value of attribute summary.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def summary
  @summary
end

#summary_overrideObject

Returns the value of attribute summary_override.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def summary_override
  @summary_override
end

#time_zoneObject

Returns the value of attribute time_zone.



7
8
9
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7

def time_zone
  @time_zone
end