Class: Brocktail::Act
Instance Attribute Summary collapse
-
#attendees_count ⇒ Object
Integer.
-
#created_at ⇒ Object
Integer.
-
#day_number ⇒ Object
Integer.
-
#duration ⇒ Object
Integer.
-
#event_id ⇒ Object
Integer.
-
#id ⇒ Object
Integer.
-
#item ⇒ Object
Integer.
-
#item_id ⇒ Object
Integer.
-
#starttime ⇒ Object
Integer.
-
#updated_at ⇒ Object
Integer.
-
#venue_id ⇒ 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
#attendees_count ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/act.rb', line 6 def attendees_count @attendees_count end |
#created_at ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/act.rb', line 6 def created_at @created_at end |
#day_number ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/act.rb', line 6 def day_number @day_number end |
#duration ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/act.rb', line 6 def duration @duration end |
#event_id ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/act.rb', line 6 def event_id @event_id end |
#id ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/act.rb', line 6 def id @id end |
#item ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/act.rb', line 6 def item @item end |
#item_id ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/act.rb', line 6 def item_id @item_id end |
#starttime ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/act.rb', line 6 def starttime @starttime end |
#updated_at ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/act.rb', line 6 def updated_at @updated_at end |
#venue_id ⇒ Object
Integer
6 7 8 |
# File 'lib/brocktail/act.rb', line 6 def venue_id @venue_id end |