class QR::QrLoadFileFile

Included Modules

Defined in:

pocketlib/qr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(loadfilename : String, filename : String, colnames : Array(String)) #

def initialize(@loadfilename, @filename, @colnames, @indexname)


[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 loadfilename : String #

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

[View source]
def tag : String #

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

[View source]