Module: StackPath

Defined in:
lib/stack_path.rb,
lib/stack_path/client.rb,
lib/stack_path/version.rb

Overview

A package for querying the StackPath API

Defined Under Namespace

Classes: APIError, Client

Constant Summary collapse

VERSION =

The current version number of the gem

'0.0.2'.freeze

Class Method Summary collapse

Class Method Details

.build_client(options = {}) ⇒ Object

Build a new Client with the given options and return it



11
12
13
# File 'lib/stack_path.rb', line 11

def self.build_client(options = {})
  Client.new(options)
end