Method: Seatsio::WorkspacesClient#retrieve

Defined in:
lib/seatsio/workspaces.rb

#retrieve(key:) ⇒ Object



66
67
68
69
# File 'lib/seatsio/workspaces.rb', line 66

def retrieve(key:)
  response = @http_client.get("/workspaces/#{key}")
  Workspace.new(response)
end