Class: Ghub::Client
- Inherits:
-
Object
- Object
- Ghub::Client
- Defined in:
- lib/ghub/client.rb
Overview
The primary interface for making API requests.
Instance Method Summary collapse
-
#initialize {|configuration| ... } ⇒ Client
constructor
A new instance of Client.
Constructor Details
#initialize {|configuration| ... } ⇒ Client
Returns a new instance of Client.
30 31 32 33 |
# File 'lib/ghub/client.rb', line 30 def initialize(**) super yield configuration if block_given? end |