class Baleen::Validation::Runner

Public Instance Methods

mandatory_attributes() click to toggle source
# File lib/baleen/validator.rb, line 60
def mandatory_attributes
  [
    :image,
  ]
end
optional_attributes() click to toggle source
# File lib/baleen/validator.rb, line 66
def optional_attributes
  [
    :work_dir,
    :concurrency,
    :before_command,
  ]
end