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.



45
46
47
# File 'lib/smql_to_ar.rb', line 45

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