module Dagjeweg

Dagjeweg Module

Constants

API_VERSION
VERSION

Public Class Methods

set_credentials_from_environment() click to toggle source

For testing purpose only: set the username and password in environment variables to make the tests pass with your test credentials.

# File lib/dagjeweg.rb, line 37
def self.set_credentials_from_environment
  Config.api_key = ENV["DW_API_KEY"]
end
setup() { |self| ... } click to toggle source

sets up configuration

# File lib/dagjeweg.rb, line 29
def self.setup
  yield self
end
version() click to toggle source

returns the version number

# File lib/dagjeweg.rb, line 24
def self.version
  VERSION
end