class Knj::Degulesider

Public Class Methods

new(args = {}) click to toggle source
# File lib/knj/degulesider.rb, line 2
def initialize(args = {})
  @args = args
  @http = Knj::Http.new(
    "host" => "www.degulesider.dk"
  )
end

Public Instance Methods