Class: Wandb::Project
- Inherits:
-
Object
- Object
- Wandb::Project
- Defined in:
- lib/wandb.rb
Overview
Project class
Instance Method Summary collapse
- #description ⇒ Object
-
#initialize(project) ⇒ Project
constructor
A new instance of Project.
- #name ⇒ Object
Constructor Details
#initialize(project) ⇒ Project
Returns a new instance of Project.
198 199 200 |
# File 'lib/wandb.rb', line 198 def initialize(project) @project = project end |
Instance Method Details
#description ⇒ Object
206 207 208 |
# File 'lib/wandb.rb', line 206 def description @project.description end |
#name ⇒ Object
202 203 204 |
# File 'lib/wandb.rb', line 202 def name @project.name end |