class Nomade::AllocationFailedError

Attributes

allocations[R]
evaluation_id[R]

Public Class Methods

new(evaluation_id, allocations) click to toggle source
# File lib/nomade/exceptions.rb, line 8
def initialize(evaluation_id, allocations)
  @evaluation_id = evaluation_id
  @allocations = allocations
end