Exception: SmqlToAR::ProtectedColumnError
- Defined in:
- lib/smql_to_ar.rb
Instance Attribute Summary
Attributes inherited from SMQLError
Instance Method Summary collapse
-
#initialize(protected_column) ⇒ ProtectedColumnError
constructor
A new instance of ProtectedColumnError.
Constructor Details
#initialize(protected_column) ⇒ ProtectedColumnError
Returns a new instance of ProtectedColumnError.
87 88 89 |
# File 'lib/smql_to_ar.rb', line 87 def initialize protected_column super protected_column: protected_column end |