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
Constant Summary collapse
- VERSION =
The current version number of the gem
'0.0.1'.freeze
Class Method Summary collapse
-
.build_client(options = {}) ⇒ Object
Build a new Client with the given options and return it.
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( = {}) Client.new() end |