Class: Puree::Model::Event
Overview
Instance Attribute Summary collapse
Attributes inherited from Resource
#created, #locale, #modified, #uuid
Instance Attribute Details
#city ⇒ String?
9
10
11
|
# File 'lib/puree/model/event.rb', line 9
def city
@city
end
|
#country ⇒ String?
12
13
14
|
# File 'lib/puree/model/event.rb', line 12
def country
@country
end
|
15
16
17
|
# File 'lib/puree/model/event.rb', line 15
def date
@date
end
|
#description ⇒ String?
18
19
20
|
# File 'lib/puree/model/event.rb', line 18
def description
@description
end
|
#location ⇒ String?
21
22
23
|
# File 'lib/puree/model/event.rb', line 21
def location
@location
end
|
#title ⇒ String?
24
25
26
|
# File 'lib/puree/model/event.rb', line 24
def title
@title
end
|
#type ⇒ String?
27
28
29
|
# File 'lib/puree/model/event.rb', line 27
def type
@type
end
|