Class: Wandb::Project

Inherits:
Object
  • Object
show all
Defined in:
lib/wandb.rb

Overview

Project class

Instance Method Summary collapse

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

#descriptionObject



206
207
208
# File 'lib/wandb.rb', line 206

def description
  @project.description
end

#nameObject



202
203
204
# File 'lib/wandb.rb', line 202

def name
  @project.name
end