Method: Projects::Model::Event#setLocation
- Defined in:
- lib/projects/model/Event.rb
#setLocation(location) ⇒ Object
-
Set the event location.
Parameters
- location
-
Location of the event.
-
59 60 61 |
# File 'lib/projects/model/Event.rb', line 59 def setLocation(location) @location = location end |