Class: Skadi::DashboardValidator::OneOf

Inherits:
Struct
  • Object
show all
Defined in:
app/models/skadi/dashboard_validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missingObject

Returns the value of attribute allow_missing

Returns:

  • (Object)

    the current value of allow_missing



4
5
6
# File 'app/models/skadi/dashboard_validator.rb', line 4

def allow_missing
  @allow_missing
end

#allowed_valuesObject

Returns the value of attribute allowed_values

Returns:

  • (Object)

    the current value of allowed_values



4
5
6
# File 'app/models/skadi/dashboard_validator.rb', line 4

def allowed_values
  @allowed_values
end