Class: Wandb::Api
- Inherits:
-
Object
- Object
- Wandb::Api
- Defined in:
- lib/wandb.rb
Overview
Api class
Instance Method Summary collapse
-
#initialize(api) ⇒ Api
constructor
A new instance of Api.
- #project(name, entity = nil) ⇒ Object
- #projects(entity = nil) ⇒ Object
Constructor Details
#initialize(api) ⇒ Api
Returns a new instance of Api.
181 182 183 |
# File 'lib/wandb.rb', line 181 def initialize(api) @api = api end |