class QR::QRLoadFileValues

Included Modules

Defined in:

pocketlib/qr.cr

Constructors

Instance Method Summary

Constructor Detail

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

[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 rows : Array(Array(String)) #

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

[View source]
def tag_QRLoadFileValues : String #

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

[View source]