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)
-
- (Object) creator
Returns the value of attribute creator.
-
- (Object) description
Returns the value of attribute description.
-
- (Object) end_time
Returns the value of attribute end_time.
-
- (Object) event_subtype
Returns the value of attribute event_subtype.
-
- (Object) event_type
Returns the value of attribute event_type.
-
- (Object) host
Returns the value of attribute host.
-
- (Object) location
Returns the value of attribute location.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) nid
Returns the value of attribute nid.
-
- (Object) pic
Returns the value of attribute pic.
-
- (Object) pic_big
Returns the value of attribute pic_big.
-
- (Object) pic_small
Returns the value of attribute pic_small.
-
- (Object) start_time
Returns the value of attribute start_time.
-
- (Object) tagline
Returns the value of attribute tagline.
-
- (Object) update_time
Returns the value of attribute update_time.
-
- (Object) venue
Returns the value of attribute venue.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
- (Object) creator
Returns the value of attribute creator
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def creator @creator end |
- (Object) description
Returns the value of attribute description
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def description @description end |
- (Object) end_time
Returns the value of attribute end_time
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def end_time @end_time end |
- (Object) event_subtype
Returns the value of attribute event_subtype
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def event_subtype @event_subtype end |
- (Object) event_type
Returns the value of attribute event_type
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def event_type @event_type end |
- (Object) host
Returns the value of attribute host
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def host @host end |
- (Object) location
Returns the value of attribute location
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def location @location end |
- (Object) name
Returns the value of attribute name
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def name @name end |
- (Object) nid
Returns the value of attribute nid
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def nid @nid end |
- (Object) pic
Returns the value of attribute pic
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def pic @pic end |
- (Object) pic_big
Returns the value of attribute pic_big
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def pic_big @pic_big end |
- (Object) pic_small
Returns the value of attribute pic_small
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def pic_small @pic_small end |
- (Object) start_time
Returns the value of attribute start_time
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def start_time @start_time end |
- (Object) tagline
Returns the value of attribute tagline
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def tagline @tagline end |
- (Object) update_time
Returns the value of attribute update_time
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def update_time @update_time end |
- (Object) venue
Returns the value of attribute venue
24 25 26 |
# File 'lib/facebooker/models/event.rb', line 24 def venue @venue end |