Module: Inquery

Defined in:
lib/inquery.rb,
lib/inquery/query.rb,
lib/inquery/exceptions.rb,
lib/inquery/query/chainable.rb,
lib/inquery/mixins/raw_sql_utils.rb,
lib/inquery/mixins/schema_validation.rb,
lib/inquery/mixins/relation_validation.rb

Defined Under Namespace

Modules: Exceptions, Mixins Classes: Query

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Setup method that should be called in a dedicated initializer.

Yields:

  • (_self)

Yield Parameters:

  • _self (Inquery)

    the object that the method was called on



6
7
8
# File 'lib/inquery.rb', line 6

def self.setup
  yield self
end