Class: GoogleOAuth::Calendar::CalendarList
- Inherits:
-
Object
- Object
- GoogleOAuth::Calendar::CalendarList
- 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
-
#access_role ⇒ Object
Returns the value of attribute access_role.
-
#color_id ⇒ Object
Returns the value of attribute color_id.
-
#default_reminders ⇒ Object
Returns the value of attribute default_reminders.
-
#description ⇒ Object
Returns the value of attribute description.
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#location ⇒ Object
Returns the value of attribute location.
-
#selected ⇒ Object
Returns the value of attribute selected.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#summary_override ⇒ Object
Returns the value of attribute summary_override.
-
#time_zone ⇒ Object
Returns the value of attribute time_zone.
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ CalendarList
constructor
A new instance of CalendarList.
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_role ⇒ Object
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_id ⇒ Object
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_reminders ⇒ Object
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 |
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7 def description @description end |
#etag ⇒ Object
Returns the value of attribute etag.
7 8 9 |
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7 def etag @etag end |
#hidden ⇒ Object
Returns the value of attribute hidden.
7 8 9 |
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7 def hidden @hidden end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind.
7 8 9 |
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7 def kind @kind end |
#location ⇒ Object
Returns the value of attribute location.
7 8 9 |
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7 def location @location end |
#selected ⇒ Object
Returns the value of attribute selected.
7 8 9 |
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7 def selected @selected end |
#summary ⇒ Object
Returns the value of attribute summary.
7 8 9 |
# File 'lib/google_oauth/calendar/calendar_list.rb', line 7 def summary @summary end |
#summary_override ⇒ Object
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_zone ⇒ Object
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 |