Class: Brocktail::Event
Instance Attribute Summary collapse
-
#acts_count ⇒ Object
Integer.
-
#address ⇒ Object
Integer.
-
#attendees_count ⇒ Object
Integer.
-
#country ⇒ Object
Integer.
-
#created_at ⇒ Object
Integer.
-
#description ⇒ Object
Integer.
-
#id ⇒ Object
Integer.
-
#introduction ⇒ Object
Integer.
-
#locality ⇒ Object
Integer.
-
#name ⇒ Object
Integer.
-
#number_of_days ⇒ Object
Integer.
-
#slug ⇒ Object
Integer.
-
#startdate ⇒ Object
Integer.
-
#state ⇒ Object
Integer.
-
#updated_at ⇒ Object
Integer.
-
#zip ⇒ Object
Integer.
Method Summary
Methods inherited from BaseModel
#==, api_path, #attributes=, #initialize, parse, #to_i, #to_json
Constructor Details
This class inherits a constructor from Brocktail::BaseModel
Instance Attribute Details
#acts_count ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def acts_count @acts_count end |
#address ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def address @address end |
#attendees_count ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def attendees_count @attendees_count end |
#country ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def country @country end |
#created_at ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def created_at @created_at end |
#description ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def description @description end |
#id ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def id @id end |
#introduction ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def introduction @introduction end |
#locality ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def locality @locality end |
#name ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def name @name end |
#number_of_days ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def number_of_days @number_of_days end |
#slug ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def slug @slug end |
#startdate ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def startdate @startdate end |
#state ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def state @state end |
#updated_at ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def updated_at @updated_at end |
#zip ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/event.rb', line 6 def zip @zip end |