class QR::QRCUD

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 destination_QrLoadFileFile : QR::QrLoadFileFile | Nil #

[View source]
def destination_QrLoadFileFile=(destination_QrLoadFileFile : QR::QrLoadFileFile | Nil) #

[View source]
def destination_string : String | Nil #

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

[View source]
def kind_QDelete : QDelete | Nil #

[View source]
def kind_QDelete=(kind_QDelete : QDelete | Nil) #

[View source]
def kind_QInsert : QInsert | Nil #

property destination : QR::QrLoadFileFile | String? property kind : QInsert | QUpdate | QDelete?


[View source]
def kind_QInsert=(kind_QInsert : QInsert | Nil) #

property destination : QR::QrLoadFileFile | String? property kind : QInsert | QUpdate | QDelete?


[View source]
def kind_QUpdate : QUpdate | Nil #

[View source]
def kind_QUpdate=(kind_QUpdate : QUpdate | Nil) #

[View source]
def tag : String #

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

[View source]