class QR::QRLoadFromStore

Included Modules

Defined in:

pocketlib/qr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tablename : String, as_tablename : String, as_colnames : Array(String)) #

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

[View source]

Instance Method Detail

def as_colnames : Array(String) #

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

[View source]
def as_tablename : String #

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

[View source]
def tablename : String #

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

[View source]
def tag_QRLoadFromStore : String #

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

[View source]