class QR::QrPlainCTE

Included Modules

Defined in:

pocketlib/qr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(filename : String, colnames : Array(String), instructions : QR::SubQuery) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def colnames : Array(String) #

[View source]
def colnames=(colnames : Array(String)) #

[View source]
def filename : String #

[View source]
def filename=(filename : String) #

[View source]
def instructions : QR::SubQuery #

[View source]
def instructions=(instructions : QR::SubQuery) #

[View source]
def tag : String #

[View source]
def tag=(tag : String) #

[View source]