Module: CPFHub
- Defined in:
- lib/cpfhub.rb,
lib/cpfhub/client.rb,
lib/cpfhub/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"1.0.0"
Class Method Summary collapse
Class Method Details
.new(api_key:) ⇒ Object
5 6 7 |
# File 'lib/cpfhub.rb', line 5 def self.new(api_key:) Client.new(api_key: api_key) end |