class Baleen::Validation::Ci

Public Instance Methods

mandatory_attributes() click to toggle source
# File lib/baleen/validator.rb, line 101
def mandatory_attributes
  [
    :url,
    :repo,
  ]
end
optional_attributes() click to toggle source
# File lib/baleen/validator.rb, line 108
def optional_attributes
  [
    :branch,
    :build,
  ]
end