Class: SemaphoreciApi::Client
- Inherits:
-
Object
- Object
- SemaphoreciApi::Client
- Defined in:
- lib/semaphoreci_api/client.rb
Overview
Semaphore
Instance Method Summary collapse
-
#initialize(client) ⇒ Client
constructor
A new instance of Client.
-
#org ⇒ Org
Get basic information about your organizations.
-
#team ⇒ Team
All aspects of team management.
Constructor Details
#initialize(client) ⇒ Client
Returns a new instance of Client
96 97 98 |
# File 'lib/semaphoreci_api/client.rb', line 96 def initialize(client) @client = client end |