Skip to content

Commit

Permalink
add location file of roidkaigi2017
Browse files Browse the repository at this point in the history
  • Loading branch information
ikosin authored Mar 9, 2017
1 parent f1d3d4e commit f96f5b6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions location/droidkaigi2017.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
@location = {}
@location[:room_1] = [
:"AP01",
:"AP02",
:"AP03",
:"AP04",
]
@location[:room_2] = [
:"AP05",
:"AP06",
]
@location[:room_3] = [
:"AP10",
:"AP11",
:"AP12",
:"AP13",
:"AP14",
]
@location[:room_4] = [
:"AP15",
:"AP16",
]
@location[:room_5] = [
:"AP17",
]
@location[:room_6] = [
:"AP18",
]
@location[:lobby] = [
:"AP07",
]
@location[:sponsor] = [
:"AP19",
]
@location[:speaker] = [
:"AP09",
]

@location[:all] = @location[:room_1] + @location[:room_2] + @location[:room_3] + @location[:room_4] + @location[:room_5] + @location[:room_6] + @location[:lobby] + @location[:sponsor] + @location[:speaker]

@location[:all] = @location[:all].sort

0 comments on commit f96f5b6

Please sign in to comment.