Class: Zenps::Client
- Inherits:
-
Object
- Object
- Zenps::Client
- Defined in:
- lib/zenps/client.rb
Overview
Api client for Zenps
Instance Method Summary collapse
- #call(options = {}) ⇒ Object
-
#initialize ⇒ Client
constructor
A new instance of Client.
Constructor Details
#initialize ⇒ Client
Returns a new instance of Client.
8 9 10 |
# File 'lib/zenps/client.rb', line 8 def initialize check_configuration end |
Instance Method Details
#call(options = {}) ⇒ Object
12 13 14 15 16 |
# File 'lib/zenps/client.rb', line 12 def call( = {}) = perform_request expose_response end |