Class: Alparser::Plezanje

Inherits:
Object
  • Object
show all
Includes:
Parser
Defined in:
lib/alparser/plezanje.rb

Instance Method Summary collapse

Methods included from Parser

included

Instance Method Details

#all_club_climbs(n: 1000) ⇒ Object



8
9
10
11
12
13
14
# File 'lib/alparser/plezanje.rb', line 8

def all_club_climbs n: 1000
  handle_page self.class.get("/climbing/public/showPubClimbs.asp", query: {
    n: n,
    o: "AI",
    t: "y"
  })
end

#club_climbsObject



4
5
6
# File 'lib/alparser/plezanje.rb', line 4

def club_climbs
  raise "not implemented"
end