class Nylas::Calendar
Public Instance Methods
events()
click to toggle source
# File lib/calendar.rb, line 11 def events @events ||= RestfulModelCollection.new(Event, @_api, {:calendar_id=>@id}) end
# File lib/calendar.rb, line 11 def events @events ||= RestfulModelCollection.new(Event, @_api, {:calendar_id=>@id}) end