Class: Brocktail::Act

Inherits:
BaseModel show all
Defined in:
lib/brocktail/act.rb

Instance Attribute Summary collapse

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_countObject

Integer



6
7
8
# File 'lib/brocktail/act.rb', line 6

def attendees_count
  @attendees_count
end

#created_atObject

Integer



6
7
8
# File 'lib/brocktail/act.rb', line 6

def created_at
  @created_at
end

#day_numberObject

Integer



6
7
8
# File 'lib/brocktail/act.rb', line 6

def day_number
  @day_number
end

#durationObject

Integer



6
7
8
# File 'lib/brocktail/act.rb', line 6

def duration
  @duration
end

#event_idObject

Integer



6
7
8
# File 'lib/brocktail/act.rb', line 6

def event_id
  @event_id
end

#idObject

Integer



6
7
8
# File 'lib/brocktail/act.rb', line 6

def id
  @id
end

#itemObject

Integer



6
7
8
# File 'lib/brocktail/act.rb', line 6

def item
  @item
end

#item_idObject

Integer



6
7
8
# File 'lib/brocktail/act.rb', line 6

def item_id
  @item_id
end

#starttimeObject

Integer



6
7
8
# File 'lib/brocktail/act.rb', line 6

def starttime
  @starttime
end

#updated_atObject

Integer



6
7
8
# File 'lib/brocktail/act.rb', line 6

def updated_at
  @updated_at
end

#venue_idObject

Integer



6
7
8
# File 'lib/brocktail/act.rb', line 6

def venue_id
  @venue_id
end