class Avram::OrderBy

Defined in:

avram/order_by.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

blank? blank?, blank_for_validates_required? : Bool blank_for_validates_required?, present? present?

Constructor Detail

def self.new(column : String | Symbol, direction : Direction, nulls : NullSorting = :default) #

[View source]

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


[View source]
def column : String | Symbol #

[View source]
def direction : Avram::OrderBy::Direction #

[View source]

[View source]
def prepare #

[View source]
def reversed #

[View source]