Module: TheArch

Extended by:
TheArch
Included in:
TheArch
Defined in:
lib/the_arch/base.rb

Defined Under Namespace

Modules: Parser

Constant Summary collapse

UUID =
"24928f42-59dd-4e3e-bf10-695f238c2c7a"
API =
"http://thesendtopos.co.uk/appsupport/#{UUID}/"

Instance Method Summary collapse

Instance Method Details

#cragsObject



5
6
7
# File 'lib/the_arch/base.rb', line 5

def crags
  @crags ||= get("crag_update")
end

#routesObject



13
14
15
# File 'lib/the_arch/base.rb', line 13

def routes
  @routes ||= get("route_update")
end

#sectorsObject



9
10
11
# File 'lib/the_arch/base.rb', line 9

def sectors
  @sectors ||= get("sector_update")
end