Class: Facebooker::Event
- Inherits:
-
Object
- Object
- Facebooker::Event
- Includes:
- Model
- Defined in:
- lib/facebooker/models/event.rb
Defined Under Namespace
Classes: Attendance
Instance Attribute Summary collapse
-
#creator ⇒ Object
Returns the value of attribute creator.
-
#description ⇒ Object
Returns the value of attribute description.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#event_subtype ⇒ Object
Returns the value of attribute event_subtype.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#host ⇒ Object
Returns the value of attribute host.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nid ⇒ Object
Returns the value of attribute nid.
-
#pic ⇒ Object
Returns the value of attribute pic.
-
#pic_big ⇒ Object
Returns the value of attribute pic_big.
-
#pic_small ⇒ Object
Returns the value of attribute pic_small.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#tagline ⇒ Object
Returns the value of attribute tagline.
-
#update_time ⇒ Object
Returns the value of attribute update_time.
-
#venue ⇒ Object
Returns the value of attribute venue.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#creator ⇒ Object
Returns the value of attribute creator.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def creator @creator end |
#description ⇒ Object
Returns the value of attribute description.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def description @description end |
#end_time ⇒ Object
Returns the value of attribute end_time.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def end_time @end_time end |
#event_subtype ⇒ Object
Returns the value of attribute event_subtype.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def event_subtype @event_subtype end |
#event_type ⇒ Object
Returns the value of attribute event_type.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def event_type @event_type end |
#host ⇒ Object
Returns the value of attribute host.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def host @host end |
#location ⇒ Object
Returns the value of attribute location.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def name @name end |
#nid ⇒ Object
Returns the value of attribute nid.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def nid @nid end |
#pic ⇒ Object
Returns the value of attribute pic.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def pic @pic end |
#pic_big ⇒ Object
Returns the value of attribute pic_big.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def pic_big @pic_big end |
#pic_small ⇒ Object
Returns the value of attribute pic_small.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def pic_small @pic_small end |
#start_time ⇒ Object
Returns the value of attribute start_time.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def start_time @start_time end |
#tagline ⇒ Object
Returns the value of attribute tagline.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def tagline @tagline end |
#update_time ⇒ Object
Returns the value of attribute update_time.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def update_time @update_time end |
#venue ⇒ Object
Returns the value of attribute venue.
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def venue @venue end |