Skip to content

Commit

Permalink
Add location of iw2017
Browse files Browse the repository at this point in the history
  • Loading branch information
ANNotunzdY committed Nov 15, 2017
1 parent 08ea0dd commit fc8e00b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions location/iw2017.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@location = {}
@location[:floor_2] = [
:"AP1",
:"AP2",
:"AP3",
:"AP4",
:"AP5",
:"AP6",
]

@location[:floor_3] = [
:"AP7",
:"AP8",
:"AP9",
:"AP10",
:"AP11",
]
@location[:all] = @location[:floor_2] + @location[:floor_3]

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

0 comments on commit fc8e00b

Please sign in to comment.