Class: Skadi::DashboardValidator::Context

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

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_sql_stringsObject

Returns the value of attribute allowed_sql_strings

Returns:

  • (Object)

    the current value of allowed_sql_strings



100
101
102
# File 'app/models/skadi/dashboard_validator.rb', line 100

def allowed_sql_strings
  @allowed_sql_strings
end

#dataset_idsObject

Returns the value of attribute dataset_ids

Returns:

  • (Object)

    the current value of dataset_ids



100
101
102
# File 'app/models/skadi/dashboard_validator.rb', line 100

def dataset_ids
  @dataset_ids
end

#recordObject

Returns the value of attribute record

Returns:

  • (Object)

    the current value of record



100
101
102
# File 'app/models/skadi/dashboard_validator.rb', line 100

def record
  @record
end