Class: Inbox::Event

Inherits:
RestfulModel show all
Defined in:
lib/event.rb

Instance Attribute Summary collapse

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

#descriptionObject

Returns the value of attribute description.



7
8
9
# File 'lib/event.rb', line 7

def description
  @description
end

#locationObject

Returns the value of attribute location.



8
9
10
# File 'lib/event.rb', line 8

def location
  @location
end

#participantsObject

Returns the value of attribute participants.



10
11
12
# File 'lib/event.rb', line 10

def participants
  @participants
end

#read_onlyObject

Returns the value of attribute read_only.



9
10
11
# File 'lib/event.rb', line 9

def read_only
  @read_only
end

#titleObject

Returns the value of attribute title.



6
7
8
# File 'lib/event.rb', line 6

def title
  @title
end

#whenObject

Returns the value of attribute when.



11
12
13
# File 'lib/event.rb', line 11

def when
  @when
end