Methods

Included Modules

Class Index [+]

Quicksearch

DataMapper::Query::Operator

Attributes

target[R]

@api private

operator[R]

@api private

Public Class Methods

new(target, operator) click to toggle source

@api private

    # File lib/dm-core/query/operator.rb, line 30
30:       def initialize(target, operator)
31:         @target, @operator = target, operator.to_sym
32:       end

Public Instance Methods

inspect() click to toggle source

@api private

    # File lib/dm-core/query/operator.rb, line 23
23:       def inspect
24:         "#<#{self.class.name} @target=#{target.inspect} @operator=#{operator.inspect}>"
25:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.