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
140 141 142 |
# File 'app/models/skadi/dashboard_validator.rb', line 140 def allowed_sql_strings @allowed_sql_strings end |
#dataset_ids ⇒ Object
Returns the value of attribute dataset_ids
140 141 142 |
# File 'app/models/skadi/dashboard_validator.rb', line 140 def dataset_ids @dataset_ids end |
#record ⇒ Object
Returns the value of attribute record
140 141 142 |
# File 'app/models/skadi/dashboard_validator.rb', line 140 def record @record end |