Class: Capitan::Venue

Inherits:
Object
  • Object
show all
Includes:
ObjectInitializer
Defined in:
lib/capitan/venue.rb

Instance Attribute Summary collapse

Method Summary

Methods included from ObjectInitializer

#initialize

Instance Attribute Details

#cityObject

Returns the value of attribute city.



4
5
6
# File 'lib/capitan/venue.rb', line 4

def city
  @city
end

#facility_days_openObject

Returns the value of attribute facility_days_open.



4
5
6
# File 'lib/capitan/venue.rb', line 4

def facility_days_open
  @facility_days_open
end

#facility_phoneObject

Returns the value of attribute facility_phone.



4
5
6
# File 'lib/capitan/venue.rb', line 4

def facility_phone
  @facility_phone
end

#google_map_urlObject

Returns the value of attribute google_map_url.



4
5
6
# File 'lib/capitan/venue.rb', line 4

def google_map_url
  @google_map_url
end

#short_descriptionObject

Returns the value of attribute short_description.



4
5
6
# File 'lib/capitan/venue.rb', line 4

def short_description
  @short_description
end

#slugObject

Returns the value of attribute slug.



4
5
6
# File 'lib/capitan/venue.rb', line 4

def slug
  @slug
end

#stateObject

Returns the value of attribute state.



4
5
6
# File 'lib/capitan/venue.rb', line 4

def state
  @state
end

#street_addressObject

Returns the value of attribute street_address.



4
5
6
# File 'lib/capitan/venue.rb', line 4

def street_address
  @street_address
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/capitan/venue.rb', line 4

def title
  @title
end

#venue_idObject

Returns the value of attribute venue_id.



4
5
6
# File 'lib/capitan/venue.rb', line 4

def venue_id
  @venue_id
end

#zip_codeObject

Returns the value of attribute zip_code.



4
5
6
# File 'lib/capitan/venue.rb', line 4

def zip_code
  @zip_code
end