Class: Brocktail::Event

Inherits:
BaseModel show all
Defined in:
lib/brocktail/event.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

#acts_countObject

Integer



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

def acts_count
  @acts_count
end

#addressObject

Integer



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

def address
  @address
end

#attendees_countObject

Integer



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

def attendees_count
  @attendees_count
end

#countryObject

Integer



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

def country
  @country
end

#created_atObject

Integer



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

def created_at
  @created_at
end

#descriptionObject

Integer



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

def description
  @description
end

#idObject

Integer



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

def id
  @id
end

#introductionObject

Integer



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

def introduction
  @introduction
end

#localityObject

Integer



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

def locality
  @locality
end

#nameObject

Integer



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

def name
  @name
end

#number_of_daysObject

Integer



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

def number_of_days
  @number_of_days
end

#slugObject

Integer



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

def slug
  @slug
end

#startdateObject

Integer



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

def startdate
  @startdate
end

#stateObject

Integer



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

def state
  @state
end

#updated_atObject

Integer



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

def updated_at
  @updated_at
end

#zipObject

Integer



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

def zip
  @zip
end