Module: HalcyonAPI
- Defined in:
- lib/halcyon_api.rb,
lib/halcyon_api/client.rb,
lib/halcyon_api/region.rb,
lib/halcyon_api/version.rb
Overview
A Ruby libary wrapper for the Vainglory API
Defined Under Namespace
Classes: Client, Region, RegionNameError
Constant Summary collapse
- VERSION =
Current gem version
'0.0.5'.freeze
- RELEASE_DATE =
Release date of current version
'2018-02-05'.freeze
Class Method Summary collapse
-
.new(api_key, region) ⇒ HalcyonAPI::Client
Alias for VaingloryAPI::Client constructor.
Class Method Details
.new(api_key, region) ⇒ HalcyonAPI::Client
Alias for VaingloryAPI::Client constructor
17 18 19 |
# File 'lib/halcyon_api.rb', line 17 def self.new(*args) Client.new(*args) end |