module PDNS

Module for interaction with the PowerDNS HTTP API.

Module for interaction with the PowerDNS HTTP API.

Module for interaction with the PowerDNS HTTP API.

Module for interaction with the PowerDNS HTTP API.

Module for interaction with the PowerDNS HTTP API.

Module for interaction with the PowerDNS HTTP API.

Module for interaction with the PowerDNS HTTP API.

Module for interaction with the PowerDNS HTTP API.

Module for interaction with the PowerDNS HTTP API.

Module for interaction with the PowerDNS HTTP API.

Module for interaction with the PowerDNS HTTP API.

Constants

VERSION

The version of pdns_api.

Public Class Methods

new(args) click to toggle source

Create a PDNS::Client object.

@param args [Hash] arguments used to create a Client object. @return [Client] a client object to communicate to the API.

# File lib/pdns_api.rb, line 35
def new(args)
  Client.new(args)
end