Class: Inbox::Event
- Inherits:
-
RestfulModel
- Object
- RestfulModel
- Inbox::Event
- Defined in:
- lib/event.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#location ⇒ Object
Returns the value of attribute location.
-
#participants ⇒ Object
Returns the value of attribute participants.
-
#read_only ⇒ Object
Returns the value of attribute read_only.
-
#title ⇒ Object
Returns the value of attribute title.
-
#when ⇒ Object
Returns the value of attribute when.
Attributes inherited from RestfulModel
#created_at, #id, #namespace_id
Method Summary
Methods inherited from RestfulModel
#==, #as_json, collection_name, #destroy, #inflate, #initialize, #save!, #update, #url
Constructor Details
This class inherits a constructor from Inbox::RestfulModel
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/event.rb', line 7 def description @description end |
#location ⇒ Object
Returns the value of attribute location.
8 9 10 |
# File 'lib/event.rb', line 8 def location @location end |
#participants ⇒ Object
Returns the value of attribute participants.
10 11 12 |
# File 'lib/event.rb', line 10 def participants @participants end |
#read_only ⇒ Object
Returns the value of attribute read_only.
9 10 11 |
# File 'lib/event.rb', line 9 def read_only @read_only end |
#title ⇒ Object
Returns the value of attribute title.
6 7 8 |
# File 'lib/event.rb', line 6 def title @title end |
#when ⇒ Object
Returns the value of attribute when.
11 12 13 |
# File 'lib/event.rb', line 11 def when @when end |