Class: Inbox::Calendar
- Inherits:
-
RestfulModel
- Object
- RestfulModel
- Inbox::Calendar
- Defined in:
- lib/calendar.rb
Instance Attribute Summary
Attributes inherited from RestfulModel
Instance Method Summary collapse
Methods inherited from RestfulModel
#==, #as_json, collection_name, #destroy, #inflate, #initialize, #save!, #update, #url
Methods included from TimeAttrAccessor
Methods included from Parameters
Constructor Details
This class inherits a constructor from Inbox::RestfulModel
Instance Method Details
#events ⇒ Object
11 12 13 |
# File 'lib/calendar.rb', line 11 def events @events ||= RestfulModelCollection.new(Event, @_api, {:calendar_id=>@id}) end |