Methods

Class/Module Index [+]

Quicksearch

Sequel::SQL::DelayedEvaluation

Represents a delayed evaluation, encapsulating a callable object which returns the value to use when called.

Attributes

callable[R]

A callable object that returns the value of the evaluation when called.

Public Class Methods

new(callable) click to toggle source

Set the callable object

# File lib/sequel/sql.rb, line 1193
def initialize(callable)
  @callable = callable
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.