Class: Skadi::DashboardValidator::Context
- Inherits:
-
Struct
- Object
- Struct
- Skadi::DashboardValidator::Context
- Defined in:
- app/models/skadi/dashboard_validator.rb
Instance Attribute Summary collapse
-
#allowed_sql_strings ⇒ Object
Returns the value of attribute allowed_sql_strings.
-
#dataset_ids ⇒ Object
Returns the value of attribute dataset_ids.
-
#record ⇒ Object
Returns the value of attribute record.
Instance Attribute Details
#allowed_sql_strings ⇒ Object
Returns the value of attribute allowed_sql_strings
100 101 102 |
# File 'app/models/skadi/dashboard_validator.rb', line 100 def allowed_sql_strings @allowed_sql_strings end |
#dataset_ids ⇒ Object
Returns the value of attribute dataset_ids
100 101 102 |
# File 'app/models/skadi/dashboard_validator.rb', line 100 def dataset_ids @dataset_ids end |
#record ⇒ Object
Returns the value of attribute record
100 101 102 |
# File 'app/models/skadi/dashboard_validator.rb', line 100 def record @record end |