Class Arel::Attribute
In: lib/arel/algebra/attributes/attribute.rb
Parent: Object

Methods

Constants

PREDICATES = [ :eq, :eq_any, :eq_all, :not_eq, :not_eq_any, :not_eq_all, :lt, :lt_any, :lt_all, :lteq, :lteq_any, :lteq_all, :gt, :gt_any, :gt_all, :gteq, :gteq_any, :gteq_all, :matches, :matches_any, :matches_all, :not_matches, :not_matches_any, :not_matches_all, :in, :in_any, :in_all, :not_in, :not_in_any, :not_in_all
Predications = Class.new do def self.instance_methods *args

Attributes

alias  [R] 
ancestor  [R] 
hash  [R] 
history  [R] 
name  [R] 
relation  [R] 

Public Class methods

Public Instance methods

eql?(other)

Alias for #==

[Validate]