Exception: SmqlToAR::UnexpectedColOpError

Inherits:
ParseError show all
Defined in:
lib/smql_to_ar.rb

Overview

Malformed ColOp

Instance Attribute Summary

Attributes inherited from SMQLError

#data

Instance Method Summary collapse

Constructor Details

#initialize(model, colop, val) ⇒ UnexpectedColOpError

Returns a new instance of UnexpectedColOpError.



57
58
59
# File 'lib/smql_to_ar.rb', line 57

def initialize model, colop, val
	super got: colop, val: val, model: model.to_s
end