class QR::QROrderBy

Included Modules

Defined in:

pocketlib/qr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def column_name : String | Nil #

[View source]
def column_name=(column_name : String | Nil) #

[View source]
def column_number : Int32 | Nil #

[View source]
def column_number=(column_number : Int32 | Nil) #

[View source]
def ordering : String | Nil #

[View source]
def ordering=(ordering : String | Nil) #

[View source]