Exception: SmqlToAR::ProtectedColumnError

Inherits:
SMQLError
  • Object
show all
Defined in:
lib/smql_to_ar.rb

Instance Attribute Summary

Attributes inherited from SMQLError

#data

Instance Method Summary collapse

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