Class: Facebooker::Event

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/facebooker/models/event.rb

Defined Under Namespace

Classes: Attendance

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session

Instance Attribute Details

#creatorObject

Returns the value of attribute creator.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def creator
  @creator
end

#descriptionObject

Returns the value of attribute description.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def description
  @description
end

#end_timeObject

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_subtypeObject

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_typeObject

Returns the value of attribute event_type.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def event_type
  @event_type
end

#hostObject

Returns the value of attribute host.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def host
  @host
end

#locationObject

Returns the value of attribute location.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def location
  @location
end

#nameObject

Returns the value of attribute name.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def name
  @name
end

#nidObject

Returns the value of attribute nid.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def nid
  @nid
end

#picObject

Returns the value of attribute pic.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def pic
  @pic
end

#pic_bigObject

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_smallObject

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_timeObject

Returns the value of attribute start_time.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def start_time
  @start_time
end

#taglineObject

Returns the value of attribute tagline.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def tagline
  @tagline
end

#update_timeObject

Returns the value of attribute update_time.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def update_time
  @update_time
end

#venueObject

Returns the value of attribute venue.



24
25
26
# File 'lib/facebooker/models/event.rb', line 24

def venue
  @venue
end