class SQB::WhereDSL::Attribute
Public Class Methods
new(attribute_name, hash)
click to toggle source
# File lib/sqb/where_dsl.rb, line 23 def initialize(attribute_name, hash) @attribute_name = attribute_name @hash = hash end